26 lines
831 B
Diff
26 lines
831 B
Diff
diff -uNr libepoxy-1.5.3/meson_options.txt libepoxy-1.5.3.mod/meson_options.txt
|
|
--- libepoxy-1.5.3/meson_options.txt 2018-10-05 02:40:48.000000000 +0300
|
|
+++ libepoxy-1.5.3.mod/meson_options.txt 2018-10-06 21:10:32.422811017 +0300
|
|
@@ -4,12 +4,12 @@
|
|
option('glx',
|
|
type: 'combo',
|
|
choices: [ 'auto', 'yes', 'no' ],
|
|
- value: 'auto',
|
|
+ value: 'yes',
|
|
description: 'Enable GLX support')
|
|
option('egl',
|
|
type: 'combo',
|
|
choices: [ 'auto', 'yes', 'no' ],
|
|
- value: 'auto',
|
|
+ value: 'no',
|
|
description: 'Enable EGL support')
|
|
option('x11',
|
|
type: 'boolean',
|
|
@@ -17,5 +17,5 @@
|
|
description: 'Enable X11 support (GLX or EGL-X11)')
|
|
option('tests',
|
|
type: 'boolean',
|
|
- value: true,
|
|
+ value: false,
|
|
description: 'Build the test suite')
|