summaryrefslogtreecommitdiffstats
path: root/rules/glmark2.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-10-02 22:35:45 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-10-03 18:48:10 +0200
commit37bca35a6e6f5b945418a3d46deb067ac21d5615 (patch)
tree24eef255b13581632330af652207bb7932ae48ce /rules/glmark2.in
parentb9f4455d3b3ec20ab51991af746dbe1413a966d8 (diff)
downloadptxdist-37bca35a6e6f5b945418a3d46deb067ac21d5615.tar.gz
ptxdist-37bca35a6e6f5b945418a3d46deb067ac21d5615.tar.xz
mesalib: udev is no longer needed
The code that used it was removed a long time ago. waffle, glmark2 and xorg-server relied on the indirect dependency on udev, so move it there. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/glmark2.in')
-rw-r--r--rules/glmark2.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/glmark2.in b/rules/glmark2.in
index 148e14720..af48f91ad 100644
--- a/rules/glmark2.in
+++ b/rules/glmark2.in
@@ -4,6 +4,8 @@ menuconfig GLMARK2
tristate
prompt "glmark2 "
select MESALIB
+ select UDEV if GLMARK2_FLAVOR_DRM_GL || GLMARK2_FLAVOR_DRM_GLES2
+ select UDEV_LIBUDEV if GLMARK2_FLAVOR_DRM_GL || GLMARK2_FLAVOR_DRM_GLES2
select HOST_SYSTEM_PYTHON3
select LIBPNG
select LIBJPEG