diff options
Diffstat (limited to 'meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb')
-rw-r--r-- | meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb b/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb index 830c053b6b..f71514916b 100644 --- a/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb +++ b/meta/recipes-sato/leafpad/leafpad_0.8.18.1.bb | |||
@@ -6,8 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
6 | file://src/leafpad.h;endline=20;md5=d3d6a89f5e61e8b13bdea537511ba1fa \ | 6 | file://src/leafpad.h;endline=20;md5=d3d6a89f5e61e8b13bdea537511ba1fa \ |
7 | file://src/utils.c;endline=20;md5=0d2cc6584ba3202448bb274f62739571" | 7 | file://src/utils.c;endline=20;md5=0d2cc6584ba3202448bb274f62739571" |
8 | 8 | ||
9 | DEPENDS = "gtk+ intltool-native" | 9 | DEPENDS = "gtk+ intltool-native libowl" |
10 | DEPENDS_append_poky = " libowl" | 10 | # The libowl requires x11 in DISTRO_FEATURES |
11 | REQUIRED_DISTRO_FEATURES = "x11" | ||
12 | |||
11 | SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ | 13 | SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ |
12 | file://leafpad.desktop" | 14 | file://leafpad.desktop" |
13 | 15 | ||
@@ -17,7 +19,7 @@ PR = "r2" | |||
17 | 19 | ||
18 | SRC_URI_append_poky = " file://owl-menu.patch;apply=yes " | 20 | SRC_URI_append_poky = " file://owl-menu.patch;apply=yes " |
19 | 21 | ||
20 | inherit autotools pkgconfig | 22 | inherit autotools pkgconfig distro_features_check |
21 | 23 | ||
22 | EXTRA_OECONF = " --enable-chooser --disable-emacs --disable-print" | 24 | EXTRA_OECONF = " --enable-chooser --disable-emacs --disable-print" |
23 | 25 | ||