I'd like to maintain gebaar-libinput in Factory and would like to use X11:Wayland as the devel/feeder project OBS-URL: https://build.opensuse.org/request/show/695143 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/gebaar-libinput?expand=0&rev=1
16 lines
644 B
Diff
16 lines
644 B
Diff
--- CMakeLists.txt.org 2019-03-30 12:26:12.555963934 -0400
|
|
+++ CMakeLists.txt 2019-03-30 12:26:37.503879328 -0400
|
|
@@ -1,4 +1,4 @@
|
|
-cmake_minimum_required(VERSION 3.12.1)
|
|
+cmake_minimum_required(VERSION 3.10.2)
|
|
project(gebaar)
|
|
set(CMAKE_EXPORT_COMPILE_COMMANDS on)
|
|
set(CMAKE_CXX_STANDARD 17)
|
|
@@ -27,4 +27,4 @@
|
|
target_include_directories(gebaard PUBLIC ${LIBINPUT_INCLUDE_DIRS} ${UDEV_INCLUDE_DIRS} libs/cxxopts/include libs/cpptoml/include)
|
|
target_compile_options(gebaard PUBLIC ${LIBINPUT_CFLAGS_OTHER} ${UDEV_CFLAGS_OTHER})
|
|
|
|
-install(TARGETS gebaard DESTINATION bin)
|
|
\ No newline at end of file
|
|
+install(TARGETS gebaard DESTINATION bin)
|