diff options
| -rw-r--r-- | meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb b/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb index 3ccd9a1371..bf62e8416e 100644 --- a/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb +++ b/meta-oe/recipes-support/canonical-multitouch/frame_2.5.0.bb | |||
| @@ -8,7 +8,9 @@ LIC_FILES_CHKSUM = " \ | |||
| 8 | file://COPYING.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ | 8 | file://COPYING.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig features_check |
| 12 | |||
| 13 | REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl', '', d)}" | ||
| 12 | 14 | ||
| 13 | SRC_URI = "https://launchpad.net/${BPN}/trunk/v${PV}/+download/${BPN}-${PV}.tar.gz \ | 15 | SRC_URI = "https://launchpad.net/${BPN}/trunk/v${PV}/+download/${BPN}-${PV}.tar.gz \ |
| 14 | file://pessimizing-move.patch" | 16 | file://pessimizing-move.patch" |
