summaryrefslogtreecommitdiffstats
path: root/desktop/xss-lock/policy.diff
blob: 0af3144eb4e113221b69a135d108c445aae42624 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- xss-lock-0.3.0/CMakeLists.txt	2013-11-05 02:10:10.000000000 +0900
+++ xss-lock-0.3.0/CMakeLists.txt.new	2021-04-08 08:03:28.349195750 +0900
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8.12)
 project(xss-lock C)
 set(PROJECT_VERSION 0.3.0)

--- xss-lock-0.3.0/src/CMakeLists.txt	2013-11-05 02:10:10.000000000 +0900
+++ xss-lock-0.3.0/src/CMakeLists.txt.new	2021-04-08 08:25:15.923235654 +0900
@@ -17,7 +17,7 @@
     xss-lock.c
     xcb_utils.c
     xcb_utils.h
-    config.h
+    config.h.in
 )

 target_link_libraries(xss-lock ${GLIB2_LIBRARIES} ${XCB_LIBRARIES})