Skip to content

Instantly share code, notes, and snippets.

@sevki
Created June 26, 2018 09:35
Show Gist options
  • Save sevki/2d9bbf1422d888e4b61fe015b34f57a0 to your computer and use it in GitHub Desktop.
Save sevki/2d9bbf1422d888e4b61fe015b34f57a0 to your computer and use it in GitHub Desktop.
--- wmii+ixp-3.9.2/config.mk 2010-06-10 08:24:04.000000000 +0100
+++ src/wmii+ixp-3.9.2/config.mk 2018-06-26 10:28:55.213138466 +0100
@@ -1,16 +1,16 @@
# Customize below to fit your system
# Paths
-PREFIX = /usr/local
+PREFIX = /usr
BIN = $(PREFIX)/bin
MAN = $(PREFIX)/share/man
DOC = $(PREFIX)/share/doc/wmii
- ETC = $(PREFIX)/etc
+ ETC = /etc
LIBDIR = $(PREFIX)/lib
INCLUDE = $(PREFIX)/include
# Includes and libs
-INCLUDES = -I. -I$(ROOT)/include -I$(INCLUDE) -I/usr/include
+INCLUDES = -I. -I$(ROOT)/include -I$(INCLUDE) -I/usr/include/ -I/usr/include/freetype2
LIBS = -L$(ROOT)/lib -L/usr/lib
TERMINAL = xterm
@@ -61,3 +61,4 @@
#LDFLAGS = $(LIBS) -R$(PREFIX)/lib -lsocket -lnsl
#CFLAGS += -xtarget=ultra
+LIBS+=-lXrender -lX11 -lXft -lXinerama -lXext -lXrandr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment