Explorar el Código

Adding config.mk

master
phillbush hace 4 años
padre
commit
26cb0bfcf2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      config.mk

+ 1
- 1
config.mk Ver fichero

@@ -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 =


Cargando…
Cancelar
Guardar