mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-02-16 08:31:25 +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_MODULE_NAME = performance
|
||||
|
||||
NEEDS_GUI = NO
|
||||
|
||||
TEST_TOOL_NAME=
|
||||
|
||||
LIBRARY_NAME=Performance
|
||||
|
@ -35,7 +37,6 @@ Performance_AGSDOC_FILES += \
|
|||
GSTicker.h \
|
||||
GSSkipMutableArray.h
|
||||
|
||||
Performance_NEEDS_GUI = NO
|
||||
|
||||
# Optional Java wrappers for the library
|
||||
JAVA_WRAPPER_NAME = Performance
|
||||
|
|
Loading…
Reference in a new issue