summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/puzzles/puzzles_r10116.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/puzzles/puzzles_r10116.bb')
-rw-r--r--meta/recipes-sato/puzzles/puzzles_r10116.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_r10116.bb b/meta/recipes-sato/puzzles/puzzles_r10116.bb
index 3bc2c85bb1..1ad8d1bf14 100644
--- a/meta/recipes-sato/puzzles/puzzles_r10116.bb
+++ b/meta/recipes-sato/puzzles/puzzles_r10116.bb
@@ -4,6 +4,9 @@ HOMEPAGE = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
4DEPENDS = "gtk+ libxt" 4DEPENDS = "gtk+ libxt"
5MOD_PV = "${@d.getVar('PV',1)[1:]}" 5MOD_PV = "${@d.getVar('PV',1)[1:]}"
6 6
7# The libxt requires x11 in DISTRO_FEATURES
8REQUIRED_DISTRO_FEATURES = "x11"
9
7LICENSE = "MIT" 10LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENCE;md5=33bcd4bce8f3c197f2aefbdbd2d299bc" 11LIC_FILES_CHKSUM = "file://LICENCE;md5=33bcd4bce8f3c197f2aefbdbd2d299bc"
9 12
@@ -14,7 +17,7 @@ SRC_URI = "svn://svn.tartarus.org/sgt;module=puzzles;rev=${MOD_PV} \
14 17
15S = "${WORKDIR}/${BPN}" 18S = "${WORKDIR}/${BPN}"
16 19
17inherit autotools-brokensep 20inherit autotools-brokensep distro_features_check
18 21
19do_configure_prepend () { 22do_configure_prepend () {
20 ./mkfiles.pl 23 ./mkfiles.pl