diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-12 16:03:38 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-12 16:03:38 +0100 |
commit | 65395e2090f489a45a9155fc064dda98012a1cb7 (patch) | |
tree | 6eb634bf61e05d59308a738efc419c9ea53f087c | |
parent | 34498846f5a257520248a8ee095fee3111615ec5 (diff) | |
download | openembedded-core-65395e2090f489a45a9155fc064dda98012a1cb7.tar.gz openembedded-core-65395e2090f489a45a9155fc064dda98012a1cb7.tar.bz2 openembedded-core-65395e2090f489a45a9155fc064dda98012a1cb7.zip |
gtk+: Use pkgconfig_stage
-rw-r--r-- | meta/packages/gtk+/gtk+.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gtk+/gtk+.inc b/meta/packages/gtk+/gtk+.inc index 1d0fa3919e..3e1806f00f 100644 --- a/meta/packages/gtk+/gtk+.inc +++ b/meta/packages/gtk+/gtk+.inc @@ -7,7 +7,7 @@ PRIORITY = "optional" DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc-native libxrandr \ libgcrypt libxdamage libxrender libxcomposite cairo" -inherit autotools pkgconfig +inherit autotools pkgconfig pkgconfig_stage FILES_${PN} = "${bindir}/gdk-pixbuf-query-loaders \ ${bindir}/gtk-update-icon-cache \ |