mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Specify X path in case the path is not common
This commit is contained in:
parent
68af66f1cb
commit
17c1826356
@ -13,6 +13,6 @@ SubDir TOP ede-keyboard-conf ;
|
||||
SRC = ede-keyboard-conf.cpp ;
|
||||
|
||||
EdeProgram ede-keyboard-conf : $(SRC) ;
|
||||
LinkAgainst ede-keyboard-conf : -lxkbfile ;
|
||||
LinkAgainst ede-keyboard-conf : $(X_LIBS) -lxkbfile ;
|
||||
|
||||
TranslationStrings locale : $(SRC) ;
|
||||
|
Loading…
Reference in New Issue
Block a user