diff options
Diffstat (limited to 'meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb')
| -rw-r--r-- | meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb b/meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb new file mode 100644 index 0000000000..3e596323d6 --- /dev/null +++ b/meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | DESCRIPTION = "Xfce Menu Library" | ||
| 2 | SECTION = "x11/libs" | ||
| 3 | LICENSE = "LGPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b" | ||
| 5 | DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native" | ||
| 6 | |||
| 7 | inherit xfce gtk-doc gobject-introspection features_check | ||
| 8 | |||
| 9 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 10 | |||
| 11 | SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch" | ||
| 12 | SRC_URI[sha256sum] = "84914927a2c1fda167f67af26a6640630a744a22940df508aa6c752cdbd3d21d" | ||
| 13 | |||
| 14 | EXTRA_OECONF = "--disable-gtk-doc" | ||
| 15 | |||
| 16 | do_compile_prepend() { | ||
| 17 | export GIR_EXTRA_LIBS_PATH="${B}/garcon/.libs" | ||
| 18 | } | ||
| 19 | |||
| 20 | FILES_${PN} += "${datadir}/desktop-directories" | ||
