mirror of
https://github.com/gnustep/libs-back.git
synced 2025-06-02 18:21:01 +00:00
Use BUILD_SERVER to decide whether to build X specific parts of gpbs or not.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@14782 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4f9dfe597a
commit
f6fec66519
2 changed files with 8 additions and 0 deletions
|
@ -41,6 +41,9 @@ font_cacher_OBJC_FILES = font_cacher.m
|
|||
|
||||
ifeq ($(BUILD_GRAPHICS),xlib)
|
||||
TOOL_NAME += font_cacher
|
||||
endif
|
||||
|
||||
ifeq ($(BUILD_SERVER),x11)
|
||||
gpbs_OBJC_FILES += xpbs.m
|
||||
ifeq ($(BACKEND_BUNDLE),yes)
|
||||
font_cacher_OBJC_FILES += XGCommonFont.m
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue