diff options
-rw-r--r-- | meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb b/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb index f86d7c16bf..5d33185900 100644 --- a/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb +++ b/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb | |||
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "7989b39598c769820ad451ad91e5cb0de29946940c8240aac94ca8238c | |||
16 | 16 | ||
17 | inherit autotools distro_features_check | 17 | inherit autotools distro_features_check |
18 | 18 | ||
19 | REQUIRED_DISTRO_FEATURES = "opengl" | 19 | REQUIRED_DISTRO_FEATURES = "opengl x11" |
20 | 20 | ||
21 | S = "${WORKDIR}/xforms-${PV}" | 21 | S = "${WORKDIR}/xforms-${PV}" |
22 | 22 | ||