summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/gnome.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e114a4aa13..33fb8149fe 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7975,7 +7975,8 @@ to display dialog boxes from the commandline and shell scripts.")
(string-append "-Dgles2_libname="
(search-input-file %build-inputs "lib/libGLESv2.so"))
"-Degl_device=true" ;false by default
- "-Dwayland_eglstream=true") ;false by default
+ "-Dwayland_eglstream=true" ;false by default
+ (string-append "-Dudev_dir=" #$output "/lib/udev"))
#:test-options '(list "--verbose")
#:phases
#~(modify-phases %standard-phases