summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-12-04 10:20:15 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-12-04 10:20:15 -0500
commitcb0ca3c301c6e35df4d67808ae850219630949db (patch)
tree891ee77261c820d7272d1540f30e837c0d1cb9f2
parentMention setcap in manual install instructions (diff)
downloadsway-cb0ca3c301c6e35df4d67808ae850219630949db.tar.gz
sway-cb0ca3c301c6e35df4d67808ae850219630949db.tar.zst
sway-cb0ca3c301c6e35df4d67808ae850219630949db.zip
Change name of ld-library-path cmake variable
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e314fd73..b5796168 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,9 +47,9 @@ option(enable-swaymsg "Enables the swaymsg utility" YES)
47option(enable-gdk-pixbuf "Use Pixbuf to support more image formats" YES) 47option(enable-gdk-pixbuf "Use Pixbuf to support more image formats" YES)
48option(zsh-completions "Zsh shell completions" NO) 48option(zsh-completions "Zsh shell completions" NO)
49option(default-wallpaper "Installs the default wallpaper" YES) 49option(default-wallpaper "Installs the default wallpaper" YES)
50option(ld-library-path "Configures sway's default LD_LIBRARY_PATH" "/usr/lib") 50option(LD_LIBRARY_PATH "Configures sway's default LD_LIBRARY_PATH" "/usr/lib")
51 51
52add_definitions(-D_LD_LIBRARY_PATH="${ld-library-path}") 52add_definitions(-D_LD_LIBRARY_PATH="${LD_LIBRARY_PATH}")
53 53
54find_package(JsonC REQUIRED) 54find_package(JsonC REQUIRED)
55find_package(PCRE REQUIRED) 55find_package(PCRE REQUIRED)