mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
need -ldps even with xraw
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@2903 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fa897454eb
commit
b8ca148bcd
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ ifeq ($(GUI_BACKEND_LIB),xraw)
|
|||
SYSTEM_INCLUDES = $(X_INCLUDE)
|
||||
SYSTEM_LDFLAGS =
|
||||
SYSTEM_LIB_DIR = $(X_LIBS)
|
||||
SYSTEM_LIBS = -ltiff -lpsres -lX11
|
||||
SYSTEM_LIBS = -ltiff -ldps -lpsres -lX11
|
||||
endif
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue