summaryrefslogtreecommitdiffstats
path: root/rules/sdl2-test.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/sdl2-test.in')
-rw-r--r--rules/sdl2-test.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/sdl2-test.in b/rules/sdl2-test.in
index 8ed30565c..db7c7cd69 100644
--- a/rules/sdl2-test.in
+++ b/rules/sdl2-test.in
@@ -12,3 +12,11 @@ config SDL2_TEST
library designed to provide low level access to audio,
keyboard, mouse, joystick, 3D hardware via OpenGL, and
2D video framebuffer.
+
+if SDL2_TEST
+
+config SDL2_TEST_XORG
+ bool
+ default SDL2_XORG
+
+endif