diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-04-27 15:35:22 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 18:05:24 +0100 |
commit | e0ba559668835e9531de4fa4bc0865f78bf139f6 (patch) | |
tree | 65e7371912522088974eabcc1882518b2b56cf1c /meta/recipes-support | |
parent | 1545d3aef43833b30e0e7d55d474af47ffa926af (diff) | |
download | poky-e0ba559668835e9531de4fa4bc0865f78bf139f6.tar.gz |
libfm: switch to GTK3 version
Build GTK3 version of libfm.
(From OE-Core rev: ba925f5ada86bd36208027e3415e54ba0e5ec6b1)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libfm/libfm_1.2.4.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-support/libfm/libfm_1.2.4.bb b/meta/recipes-support/libfm/libfm_1.2.4.bb index 866b11a9aa..2218f9cb7a 100644 --- a/meta/recipes-support/libfm/libfm_1.2.4.bb +++ b/meta/recipes-support/libfm/libfm_1.2.4.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4641e94ec96f98fabc56ff9cc48be14b \ | |||
9 | 9 | ||
10 | 10 | ||
11 | SECTION = "x11/libs" | 11 | SECTION = "x11/libs" |
12 | DEPENDS = "glib-2.0 pango gtk+ menu-cache intltool-native libexif libfm-extra gettext-native" | 12 | DEPENDS = "glib-2.0 pango gtk+3 menu-cache intltool-native libexif libfm-extra gettext-native" |
13 | 13 | ||
14 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.xz" | 14 | SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.xz" |
15 | 15 | ||
@@ -17,7 +17,9 @@ SRC_URI[md5sum] = "74997d75e7e87dc73398746fd373bf52" | |||
17 | SRC_URI[sha256sum] = "7804f6f28cb3d1bc8ffb3151ab7ff0c063b27c5f9b06c682eb903e01cf25502f" | 17 | SRC_URI[sha256sum] = "7804f6f28cb3d1bc8ffb3151ab7ff0c063b27c5f9b06c682eb903e01cf25502f" |
18 | 18 | ||
19 | inherit autotools pkgconfig gtk-doc distro_features_check | 19 | inherit autotools pkgconfig gtk-doc distro_features_check |
20 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | 20 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
21 | |||
22 | EXTRA_OECONF = "--with-gtk=3" | ||
21 | 23 | ||
22 | do_configure[dirs] =+ "${S}/m4" | 24 | do_configure[dirs] =+ "${S}/m4" |
23 | 25 | ||