mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-19 10:01:20 +00:00
Use new NEEDS_GUI for entire project rather than individual instructions for each component.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@26111 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bd0cf4d192
commit
70251691ab
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,8 @@ PACKAGE_VERSION = 0.3.1
|
||||||
SVN_BASE_URL = svn+ssh://svn.gna.org/svn/gnustep/libs
|
SVN_BASE_URL = svn+ssh://svn.gna.org/svn/gnustep/libs
|
||||||
SVN_MODULE_NAME = performance
|
SVN_MODULE_NAME = performance
|
||||||
|
|
||||||
|
NEEDS_GUI = NO
|
||||||
|
|
||||||
TEST_TOOL_NAME=
|
TEST_TOOL_NAME=
|
||||||
|
|
||||||
LIBRARY_NAME=Performance
|
LIBRARY_NAME=Performance
|
||||||
|
@ -35,7 +37,6 @@ Performance_AGSDOC_FILES += \
|
||||||
GSTicker.h \
|
GSTicker.h \
|
||||||
GSSkipMutableArray.h
|
GSSkipMutableArray.h
|
||||||
|
|
||||||
Performance_NEEDS_GUI = NO
|
|
||||||
|
|
||||||
# Optional Java wrappers for the library
|
# Optional Java wrappers for the library
|
||||||
JAVA_WRAPPER_NAME = Performance
|
JAVA_WRAPPER_NAME = Performance
|
||||||
|
|
Loading…
Reference in a new issue