summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xfce/recipes-xfce/garcon/garcon_4.21.0.bb (renamed from meta-xfce/recipes-xfce/garcon/garcon_4.20.0.bb)8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/garcon/garcon_4.20.0.bb b/meta-xfce/recipes-xfce/garcon/garcon_4.21.0.bb
index 5d7282ecbf..06ad0b9fbc 100644
--- a/meta-xfce/recipes-xfce/garcon/garcon_4.20.0.bb
+++ b/meta-xfce/recipes-xfce/garcon/garcon_4.21.0.bb
@@ -5,6 +5,8 @@ LICENSE = "LGPL-2.0-only & GFDL-1.1-no-invariants-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" 5LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b"
6DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native" 6DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native"
7 7
8XFCE_COMPRESS_TYPE = "xz"
9
8inherit xfce gtk-doc gobject-introspection features_check 10inherit xfce gtk-doc gobject-introspection features_check
9 11
10# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. 12# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG.
@@ -12,12 +14,16 @@ inherit xfce gtk-doc gobject-introspection features_check
12ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 14ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
13 15
14SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" 16SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch"
15SRC_URI[sha256sum] = "7fb8517c12309ca4ddf8b42c34bc0c315e38ea077b5442bfcc4509415feada8f" 17SRC_URI[sha256sum] = "3acc3f6b81059199f4e6646da7b6ca39edf84ea90dd3ff87088ffca6aa108269"
16 18
17EXTRA_OECONF = "--disable-gtk-doc" 19EXTRA_OECONF = "--disable-gtk-doc"
18 20
19do_compile:prepend() { 21do_compile:prepend() {
20 export GIR_EXTRA_LIBS_PATH="${B}/garcon/.libs" 22 export GIR_EXTRA_LIBS_PATH="${B}/garcon/.libs"
23 # g-ir-scanner needs garcon/garcon-config.h but it's generated in ${B}/garcon/
24 mkdir -p ${B}/garcon/garcon ${B}/garcon-gtk/garcon
25 ln -sf ${B}/garcon/garcon-config.h ${B}/garcon/garcon/
26 ln -sf ${B}/garcon/garcon-config.h ${B}/garcon-gtk/garcon/
21} 27}
22 28
23FILES:${PN} += "${datadir}/desktop-directories" 29FILES:${PN} += "${datadir}/desktop-directories"