mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-11-17 07:48:28 +01:00
Fix user-set LD_LIBRARY_PATH
This commit is contained in:
parent
1882cb6733
commit
6a1df17fb7
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ option(enable-swaymsg "Enables the swaymsg utility" YES)
|
|||
option(enable-gdk-pixbuf "Use Pixbuf to support more image formats" 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")
|
||||
set(LD_LIBRARY_PATH "/usr/lib" CACHE STRING "Configures sway's default LD_LIBRARY_PATH")
|
||||
|
||||
add_definitions(-D_LD_LIBRARY_PATH="${LD_LIBRARY_PATH}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue