diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-06-02 15:06:12 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-06-02 15:06:12 -0400 |
commit | 3c1ef738a7327d4f2c0336c0a6a9e04769e6c730 (patch) | |
tree | a994e8fdaa7901e55216f64834e626abeab453f9 /config.mk | |
parent | 9839f563e73b61008fe789107e0d0d2879834753 (diff) | |
parent | 22c71c355ca4f4e965c3d07e9ac37b0da7349255 (diff) |
Merge branch 'master' of github.com:LukeSmithxyz/st
Diffstat (limited to 'config.mk')
-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 |