diff options
author | Stefan Saraev <stefan@saraev.ca> | 2016-01-29 11:36:37 +0200 |
---|---|---|
committer | Stefan Saraev <stefan@saraev.ca> | 2016-01-29 13:46:35 +0200 |
commit | cd814471012ed4f986c3905fc6c6eca754e7c50e (patch) | |
tree | d116ae1c0dbbb712296c41f7fc7c2b2ef1f50ead /Makefile.in | |
parent | e2d74d7a381932829a44c2425916cc4688f81674 (diff) |
[cleanup] wayland
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 |