mirror of
https://github.com/swaywm/sway.git
synced 2026-02-26 01:40:32 -05:00
Deal with LD_LIBRARY_PATH
This commit is contained in:
parent
1a143e601b
commit
a4e92ad272
3 changed files with 9 additions and 1 deletions
|
|
@ -48,6 +48,9 @@ option(enable-gdk-pixbuf "Use Pixbuf to support more image formats" YES)
|
|||
option(enable-binding-event "Enables binding event subscription" YES)
|
||||
option(zsh-completions "Zsh shell completions" NO)
|
||||
option(default-wallpaper "Installs the default wallpaper" YES)
|
||||
option(ld-library-path "Configures sway's default LD_LIBRARY_PATH" "/usr/lib")
|
||||
|
||||
add_definitions(-D_LD_LIBRARY_PATH="${ld-library-path}")
|
||||
|
||||
find_package(JsonC REQUIRED)
|
||||
find_package(PCRE REQUIRED)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue