Merge pull request #211 from jakubrekowski/patch-1
Added info about include X11 in ubuntu.
This commit is contained in:
commit
d2083bb47b
@ -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 New Issue
Block a user