diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile.in b/Makefile.in index cdb13bfa44..8a06e6f365 100644 --- a/Makefile.in +++ b/Makefile.in @@ -250,18 +250,6 @@ CHECK_LIBS = xbmc/addons/test/addonsTest.a \ xbmc/cores/AudioEngine/Sinks/test/AESinkTest.a \ xbmc/test/xbmc-test.a -ifeq (@USE_WAYLAND@,1) -CHECK_LIBS += xbmc/windowing/tests/wayland/test_wayland.a - -ifeq (@USE_WAYLAND_TEST_EXTENSION@,1) -WAYLAND_TEST_MODULE = xbmc/windowing/tests/wayland/xbmc-wayland-test-extension.so -$(WAYLAND_TEST_MODULE): force - $(MAKE) -C $(@D) $(@F) -CHECK_EXTENSIONS = $(WAYLAND_TEST_MODULE) -CHECK_LIBADD=@WAYLAND_TEST_LIBS@ -endif -endif - ifeq (@USE_SSE4@,1) LIBSSE4+=sse4 sse4 : force |