Parcourir la source

Adding config.mk

master
phillbush il y a 4 ans
Parent
révision
26cb0bfcf2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      config.mk

+ 1
- 1
config.mk Voir le fichier

@@ -17,7 +17,7 @@ FREETYPEINC = /usr/include/freetype2

# includes and libs
INCS = -I${LOCALINC} -I${X11INC} -I${FREETYPEINC}
LIBS = -L${LOCALLIB} -L${X11LIB} -lfontconfig -lXft -lX11 -lImlib2
LIBS = -L${LOCALLIB} -L${X11LIB} -lfontconfig -lXft -lX11 -lXinerama -lImlib2

# flags
CPPFLAGS =


Chargement…
Annuler
Enregistrer