summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorJakub Rekowski <jakub.rekowski@gmail.com>2020-05-17 10:36:21 +0200
committerGitHub <noreply@github.com>2020-05-17 10:36:21 +0200
commit069fed73daf8f12ff1993d9ee7d58958b8600812 (patch)
treec514649c9f322fcecf9478f0926737cbdd298e9a /config.mk
parent74b68b32fab4d039b43cf5631c0617fcde1e9bbf (diff)
Added info about include X11 in ubuntu.
Added comment with X11 path in systems based on ubuntu.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index eba98c3..1635264 100644
--- a/config.mk
+++ b/config.mk
@@ -10,6 +10,10 @@ MANPREFIX = $(PREFIX)/share/man
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib
+# include X11 in Ubuntu
+# X11INC = /usr/include/X11R6
+# X11LIB = /usr/lib/X11R6
+
PKG_CONFIG = pkg-config
# includes and libs