diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 32bc228173..ac19be2dc1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7976,7 +7976,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 |