diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-04-27 15:35:21 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 17:52:24 +0100 |
commit | 8cc4a2786afb8a5cea8fbf3709c4f69c24afcfde (patch) | |
tree | 563801f7aa08993c4d09313d3d4203ac7e7eeb6c /meta | |
parent | b700bf582754b105976ad2de601193c8007842d9 (diff) | |
download | openembedded-core-8cc4a2786afb8a5cea8fbf3709c4f69c24afcfde.tar.gz openembedded-core-8cc4a2786afb8a5cea8fbf3709c4f69c24afcfde.tar.bz2 openembedded-core-8cc4a2786afb8a5cea8fbf3709c4f69c24afcfde.zip |
pcmanfm: switch to GTK3 version
Build GTK3 version of pcmanfm.
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-sato/pcmanfm/pcmanfm_1.2.4.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.2.4.bb b/meta/recipes-sato/pcmanfm/pcmanfm_1.2.4.bb index a6b0aacd29..a6bf2136e5 100644 --- a/meta/recipes-sato/pcmanfm/pcmanfm_1.2.4.bb +++ b/meta/recipes-sato/pcmanfm/pcmanfm_1.2.4.bb @@ -7,8 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ file://src/gseal-gtk-compat.h;endline=21;md5=46922c8691f58d124f9420fe16149ce2" SECTION = "x11" -DEPENDS = "gtk+ startup-notification libfm intltool-native gettext-native" -DEPENDS_append_poky = " libowl" +DEPENDS = "gtk+3 startup-notification libfm intltool-native gettext-native" COMPATIBLE_HOST = '(x86_64.*|i.86.*|aarch64.*|arm.*|mips.*|powerpc.*|sh.*)-(linux|freebsd.*)' @@ -30,6 +29,8 @@ inherit autotools pkgconfig distro_features_check # The startup-notification requires x11 in DISTRO_FEATURES REQUIRED_DISTRO_FEATURES = "x11" +EXTRA_OECONF = "--with-gtk=3" + do_install_append () { install -d ${D}/${datadir} install -d ${D}/${datadir}/pixmaps/ |