summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-05-17 06:36:20 -0400
committerGitHub <noreply@github.com>2020-05-17 06:36:20 -0400
commitd2083bb47ba9f718add6e0f6a041a76895eb5dd8 (patch)
treec514649c9f322fcecf9478f0926737cbdd298e9a
parent74b68b32fab4d039b43cf5631c0617fcde1e9bbf (diff)
parent069fed73daf8f12ff1993d9ee7d58958b8600812 (diff)
Merge pull request #211 from jakubrekowski/patch-1
Added info about include X11 in ubuntu.
-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