Ticket #22401: patch-config.mak.diff
File patch-config.mak.diff, 972 bytes (added by m.thon@…, 15 years ago) |
---|
-
config.mak
old new 17 17 FREETYPE_LIBS ?= $(shell pkg-config --libs freetype2) 18 18 CAIRO_CFLAGS ?= $(shell pkg-config --cflags cairo) 19 19 CAIRO_LIBS ?= $(shell pkg-config --libs cairo) 20 LUA_CFLAGS ?= $(shell pkg-config --cflags lua 5.1)21 LUA_LIBS ?= $(shell pkg-config --libs lua 5.1)20 LUA_CFLAGS ?= $(shell pkg-config --cflags lua) 21 LUA_LIBS ?= $(shell pkg-config --libs lua) 22 22 QT_CFLAGS ?= $(shell pkg-config --cflags QtGui QtCore) 23 23 QT_LIBS ?= $(shell pkg-config --libs QtGui QtCore) 24 MOC ?= moc 24 ifeq "$(MOC)" "" 25 MOC ?= moc 26 endif 25 27 # 26 28 # -------------------------------------------------------------------- 27 29 # … … 39 41 # Installing Ipe: 40 42 # 41 43 IPEVERS = 7.0.8 44 INSTALL_DIR = $(DESTDIR) 42 45 # 43 46 # IPEPREFIX is the global prefix for the Ipe directory structure, which 44 47 # you can override individually for any of the specific directories.