distrho-ports: add gl to dependeny / make opengl distro feature mandatory

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-05-19 13:07:53 +02:00
parent 4e10dd77a2
commit 4a1ab795fd

View File

@@ -29,12 +29,13 @@ SRC_URI[linuxsynths-vex-patches1.sha256sum] = "1a32ba4ba52d0efcd2214e52ecf9ea718
SRC_URI[linuxsynths-vex-patches2.md5sum] = "a3d00bf9eb7e2381ffc56f3e79e067ec"
SRC_URI[linuxsynths-vex-patches2.sha256sum] = "378cff261dab333c5f29246b6f3f557e0461e8bc230519da3a1a9049cbd437d5"
REQUIRED_DISTRO_FEATURES = "x11"
REQUIRED_DISTRO_FEATURES = "x11 opengl"
inherit lv2-postinst-helper distro_features_check
DEPENDS += " \
premake3-native \
virtual/libgl \
alsa-lib \
libx11 \
libxext \