gtk+: Install the gtk-builder-convert python script somewhere where the system will find it

This commit is contained in:
Richard Purdie 2009-05-16 12:03:17 +01:00
parent 8cec085e25
commit e423eadb0f
2 changed files with 3 additions and 1 deletions

View File

@ -58,6 +58,8 @@ do_stage () {
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/
install -m 755 gtk/gtk-builder-convert ${STAGING_BINDIR_NATIVE}
}
do_install_append () {

View File

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