aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gtk+
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-09-18 08:06:34 +0000
committerKoen Kooi <koen@openembedded.org>2008-09-18 08:06:34 +0000
commit23d8fc18d0a53ad181eefa7b14d9dbbfc663ee0e (patch)
tree8420e6e702aa05f33eca5a1da591e139b8273863 /packages/gtk+
parent90571bfae8a0bba25b45587ccdea50e72ef458b3 (diff)
downloadopenembedded-23d8fc18d0a53ad181eefa7b14d9dbbfc663ee0e.tar.gz
gtk+: always install private headers, gnome and maemo need them :(
Diffstat (limited to 'packages/gtk+')
-rw-r--r--packages/gtk+/gtk+.inc2
-rw-r--r--packages/gtk+/gtk+_2.14.1.bb2
2 files changed, 4 insertions, 0 deletions
diff --git a/packages/gtk+/gtk+.inc b/packages/gtk+/gtk+.inc
index 2505c344bb..1a687c1fe9 100644
--- a/packages/gtk+/gtk+.inc
+++ b/packages/gtk+/gtk+.inc
@@ -51,6 +51,8 @@ do_stage () {
mkdir -p ${STAGING_LIBDIR}/gtk-2.0/include
install -m 0644 gdk/gdkconfig.h ${STAGING_LIBDIR}/gtk-2.0/include/gdkconfig.h
+ # Copy over all headers, since the maemo stuff needs access to the private api. *sigh*
+ cp gtk/*.h ${STAGING_INCDIR}/gtk-2.0/gtk/
install -m 0644 m4macros/gtk-2.0.m4 ${STAGING_DATADIR}/aclocal/
}
diff --git a/packages/gtk+/gtk+_2.14.1.bb b/packages/gtk+/gtk+_2.14.1.bb
index 3759cc8834..627a1750c0 100644
--- a/packages/gtk+/gtk+_2.14.1.bb
+++ b/packages/gtk+/gtk+_2.14.1.bb
@@ -1,5 +1,7 @@
require gtk+.inc
+PR = "r1"
+
DEPENDS += "cairo jasper"
# disable per default - this uses as little patches as possible