mirror of
https://github.com/swaywm/sway.git
synced 2025-12-15 08:56:30 -05:00
Use SYSCONFDIR as recommended
- swaylock config path not hardcoded anymore - the unusual and weird FALLBACK_CONFIG_DIR is no more
This commit is contained in:
parent
23df7ed502
commit
f02cf75ff3
5 changed files with 6 additions and 11 deletions
|
|
@ -2,10 +2,6 @@ cmake_minimum_required(VERSION 3.1.0)
|
|||
|
||||
project(sway C)
|
||||
|
||||
set(FALLBACK_CONFIG_DIR "/etc/sway" CACHE PATH
|
||||
"Fallback config directory defaults to /etc/sway")
|
||||
add_definitions(-DFALLBACK_CONFIG_DIR=\"${FALLBACK_CONFIG_DIR}\")
|
||||
|
||||
set(CMAKE_C_FLAGS "-g")
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
set(CMAKE_C_EXTENSIONS OFF)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue