diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-05-17 06:36:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-17 06:36:20 -0400 |
commit | d2083bb47ba9f718add6e0f6a041a76895eb5dd8 (patch) | |
tree | c514649c9f322fcecf9478f0926737cbdd298e9a | |
parent | 74b68b32fab4d039b43cf5631c0617fcde1e9bbf (diff) | |
parent | 069fed73daf8f12ff1993d9ee7d58958b8600812 (diff) |
Merge pull request #211 from jakubrekowski/patch-1
Added info about include X11 in ubuntu.
-rw-r--r-- | config.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |