Revert "Fix build."
This reverts commit abe582c27d
.
To explain: the test uses a mocked implementation of libinput. Because
of that it must not link against libinput. The whole idea is to not link
libinput.
So I'm reverting the addition of libinput to linkage. I don't know the
build error, if it gets presented to me, I'll fix it properly without
having to add a linkage to libinput.
This commit is contained in:
parent
def8421d67
commit
b72e4ec897
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
|||
########################################################
|
||||
set( testLibinputDevice_SRCS device_test.cpp mock_libinput.cpp ../../libinput/device.cpp )
|
||||
add_executable(testLibinputDevice ${testLibinputDevice_SRCS})
|
||||
target_link_libraries( testLibinputDevice Libinput::Libinput Qt5::Test)
|
||||
target_link_libraries( testLibinputDevice Qt5::Test)
|
||||
add_test(kwin-testLibinputDevice testLibinputDevice)
|
||||
ecm_mark_as_test(testLibinputDevice)
|
||||
|
|
Loading…
Reference in a new issue