mirror of
https://github.com/LukeSmithxyz/st.git
synced 2024-11-22 07:15:59 +01:00
Added info about include X11 in ubuntu.
Added comment with X11 path in systems based on ubuntu.
This commit is contained in:
parent
74b68b32fa
commit
069fed73da
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ MANPREFIX = $(PREFIX)/share/man
|
||||||
X11INC = /usr/X11R6/include
|
X11INC = /usr/X11R6/include
|
||||||
X11LIB = /usr/X11R6/lib
|
X11LIB = /usr/X11R6/lib
|
||||||
|
|
||||||
|
# include X11 in Ubuntu
|
||||||
|
# X11INC = /usr/include/X11R6
|
||||||
|
# X11LIB = /usr/lib/X11R6
|
||||||
|
|
||||||
PKG_CONFIG = pkg-config
|
PKG_CONFIG = pkg-config
|
||||||
|
|
||||||
# includes and libs
|
# includes and libs
|
||||||
|
|
Loading…
Reference in a new issue