mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +00:00
Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
24 lines
885 B
BlitzBasic
24 lines
885 B
BlitzBasic
DESCRIPTION = "Xfce Menu Library"
|
|
HOMEPAGE = "https://docs.xfce.org/xfce/garcon/start"
|
|
SECTION = "x11/libs"
|
|
LICENSE = "LGPL-2.0-only & GFDL-1.1-no-invariants-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b"
|
|
DEPENDS = "xfce4-dev-tools-native libxfce4ui intltool-native"
|
|
|
|
inherit xfce gtk-doc gobject-introspection features_check
|
|
|
|
# xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG.
|
|
# cairo would at least needed to be built with xlib.
|
|
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
|
|
|
SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch"
|
|
SRC_URI[sha256sum] = "7fb8517c12309ca4ddf8b42c34bc0c315e38ea077b5442bfcc4509415feada8f"
|
|
|
|
EXTRA_OECONF = "--disable-gtk-doc"
|
|
|
|
do_compile:prepend() {
|
|
export GIR_EXTRA_LIBS_PATH="${B}/garcon/.libs"
|
|
}
|
|
|
|
FILES:${PN} += "${datadir}/desktop-directories"
|