mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Let efiler be compiled only when WITH_EFILER=1 was given.
Reduced timeout in splash screen on 1 second per item.
This commit is contained in:
2
Jamfile
2
Jamfile
@@ -40,6 +40,6 @@ SubInclude TOP edewm ;
|
|||||||
SubInclude TOP ede-panel ;
|
SubInclude TOP ede-panel ;
|
||||||
|
|
||||||
# efiler is not compileable at all
|
# efiler is not compileable at all
|
||||||
if ! $(WITHOUT_EFILER) {
|
if $(WITH_EFILER) = 1 {
|
||||||
SubInclude TOP efiler ;
|
SubInclude TOP efiler ;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
#include "Splash.h"
|
#include "Splash.h"
|
||||||
|
|
||||||
#define TIMEOUT_START 0.5 /* timeout when splash is first time shown (also for first client) */
|
#define TIMEOUT_START 0.5 /* timeout when splash is first time shown (also for first client) */
|
||||||
#define TIMEOUT_CONTINUE 2.0 /* timeout between starting rest of the cliens */
|
#define TIMEOUT_CONTINUE 1.0 /* timeout between starting rest of the cliens */
|
||||||
|
|
||||||
EDELIB_NS_USING(String)
|
EDELIB_NS_USING(String)
|
||||||
EDELIB_NS_USING(Resource)
|
EDELIB_NS_USING(Resource)
|
||||||
|
|||||||
Reference in New Issue
Block a user