diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-02 09:31:48 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-02 09:31:48 +0000 |
commit | 704460df23bc662a814545a336e96abcdb2acdcb (patch) | |
tree | a711989fa2367198c6c8527d96d76810468ef052 /packages/gtk+ | |
parent | ebcb748ed5646052cdd89c14ea09b5ba3768d178 (diff) |
gtk-2.10.inc: add hack for maemo software
Diffstat (limited to 'packages/gtk+')
-rw-r--r-- | packages/gtk+/gtk-2.10.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gtk+/gtk-2.10.inc b/packages/gtk+/gtk-2.10.inc index c3bbb0232a..3fa5d22a71 100644 --- a/packages/gtk+/gtk-2.10.inc +++ b/packages/gtk+/gtk-2.10.inc @@ -52,7 +52,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/ } |