diff options
-rw-r--r-- | meta-xfce/recipes-xfce/garcon/garcon_0.8.0.bb (renamed from meta-xfce/recipes-xfce/garcon/garcon_0.7.0.bb) | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/garcon/garcon_0.7.0.bb b/meta-xfce/recipes-xfce/garcon/garcon_0.8.0.bb index c4b858fd73..bbaa6fd6f7 100644 --- a/meta-xfce/recipes-xfce/garcon/garcon_0.7.0.bb +++ b/meta-xfce/recipes-xfce/garcon/garcon_0.8.0.bb | |||
@@ -4,14 +4,17 @@ LICENSE = "LGPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" |
5 | DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native" | 5 | DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native" |
6 | 6 | ||
7 | inherit xfce gtk-doc features_check | 7 | inherit xfce gtk-doc gobject-introspection features_check |
8 | 8 | ||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 10 | ||
11 | SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" | 11 | SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" |
12 | SRC_URI[md5sum] = "2964c7a7e5d4aac58b4afef9b8602914" | 12 | SRC_URI[sha256sum] = "4811d89ee5bc48dbdeffd69fc3eec6c112bbf01fde98a9e848335b374a4aa1bb" |
13 | SRC_URI[sha256sum] = "82c3b61b508011642b09e6fb01b1d3f22c4e4de0fc54a9244327d0ddb66b2423" | ||
14 | 13 | ||
15 | EXTRA_OECONF = "--disable-gtk-doc" | 14 | EXTRA_OECONF = "--disable-gtk-doc" |
16 | 15 | ||
16 | do_compile_prepend() { | ||
17 | export GIR_EXTRA_LIBS_PATH="${B}/garcon/.libs" | ||
18 | } | ||
19 | |||
17 | FILES_${PN} += "${datadir}/desktop-directories" | 20 | FILES_${PN} += "${datadir}/desktop-directories" |