summaryrefslogtreecommitdiff
path: root/packages/gtk+/gtk+.inc
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+/gtk+.inc
parent90571bfae8a0bba25b45587ccdea50e72ef458b3 (diff)
gtk+: always install private headers, gnome and maemo need them :(
Diffstat (limited to 'packages/gtk+/gtk+.inc')
-rw-r--r--packages/gtk+/gtk+.inc2
1 files changed, 2 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/
}