gtk+: stage few extra headers required by libhildonfm

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4854 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-07-17 09:56:49 +00:00
parent 50fd5b1f54
commit 66ad7f3250
4 changed files with 7 additions and 2 deletions

View File

@ -53,6 +53,10 @@ do_stage () {
install -m 0644 gdk/gdkconfig.h ${STAGING_LIBDIR}/gtk-2.0/include/gdkconfig.h
install -m 0644 m4macros/gtk-2.0.m4 ${STAGING_DATADIR}/aclocal/
install -m 0644 gtk/gtkfilechooserprivate.h ${STAGING_INCDIR}/gtk-2.0/gtk/
install -m 0644 gtk/gtkfilechooserutils.h ${STAGING_INCDIR}/gtk-2.0/gtk/
install -m 0644 gtk/gtkfilesystemmodel.h ${STAGING_INCDIR}/gtk-2.0/gtk/
}
do_install_append () {

View File

@ -1,7 +1,7 @@
require gtk+.inc
DEPENDS += "cairo"
PR = "r19"
PR = "r20"
SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \
file://gtklabel-resize-patch;patch=1 \

View File

@ -1,7 +1,7 @@
require gtk+.inc
DEPENDS += "cairo"
PR = "r8"
PR = "r9"
SRC_URI = "http://download.gnome.org/sources/gtk+/2.12/gtk+-${PV}.tar.bz2 \
file://xsettings.patch;patch=1 \

View File

@ -1,6 +1,7 @@
require gtk+.inc
DEPENDS += "cairo"
PR = "r1"
SRC_URI = "http://download.gnome.org/sources/gtk+/2.13/gtk+-${PV}.tar.bz2 \
file://xsettings.patch;patch=1 \