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 /meta/packages/gtk+ | |
parent | 34498846f5a257520248a8ee095fee3111615ec5 (diff) | |
download | poky-65395e2090f489a45a9155fc064dda98012a1cb7.tar.gz |
gtk+: Use pkgconfig_stage
Diffstat (limited to 'meta/packages/gtk+')
-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" | |||
7 | DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc-native libxrandr \ | 7 | DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc-native libxrandr \ |
8 | libgcrypt libxdamage libxrender libxcomposite cairo" | 8 | libgcrypt libxdamage libxrender libxcomposite cairo" |
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig pkgconfig_stage |
11 | 11 | ||
12 | FILES_${PN} = "${bindir}/gdk-pixbuf-query-loaders \ | 12 | FILES_${PN} = "${bindir}/gdk-pixbuf-query-loaders \ |
13 | ${bindir}/gtk-update-icon-cache \ | 13 | ${bindir}/gtk-update-icon-cache \ |