diff options
Diffstat (limited to 'meta/recipes-graphics/pong-clock/pong-clock_1.0.bb')
-rw-r--r-- | meta/recipes-graphics/pong-clock/pong-clock_1.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb index fe886f536d..0e1a7928f2 100644 --- a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb +++ b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb | |||
@@ -2,6 +2,10 @@ SUMMARY = "A clock combined with a game of pong" | |||
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
3 | DEPENDS = "virtual/libx11 xdmcp xau" | 3 | DEPENDS = "virtual/libx11 xdmcp xau" |
4 | 4 | ||
5 | inherit distro_features_check | ||
6 | # depends on virtual/libx11 | ||
7 | REQUIRED_DISTRO_FEATURES = "x11" | ||
8 | |||
5 | SRC_URI = "file://pong-clock-no-flicker.c" | 9 | SRC_URI = "file://pong-clock-no-flicker.c" |
6 | 10 | ||
7 | LIC_FILES_CHKSUM = "file://pong-clock-no-flicker.c;beginline=1;endline=23;md5=dd248d50f73f746d1ee78586b0b2ebd3" | 11 | LIC_FILES_CHKSUM = "file://pong-clock-no-flicker.c;beginline=1;endline=23;md5=dd248d50f73f746d1ee78586b0b2ebd3" |