| 34 <ldflags>-fsanitize=address</ldflags> |
34 <ldflags>-fsanitize=address</ldflags> |
| 35 </dependency> |
35 </dependency> |
| 36 |
36 |
| 37 <dependency name="toolkit"> |
37 <dependency name="toolkit"> |
| 38 <test>test -n "$TOOLKIT_HOME"</test> |
38 <test>test -n "$TOOLKIT_HOME"</test> |
| 39 <test>test -f "$TOOLKIT_HOME/lib/libuitk.a"</test> |
39 <test>test -f "$TOOLKIT_HOME/lib/libuitk.so"</test> |
| 40 <test>test -f "$TOOLKIT_HOME/include/ui/ui.h"</test> |
40 <test>test -f "$TOOLKIT_HOME/include/ui/ui.h"</test> |
| 41 <cflags>-I$TOOLKIT_HOME/include</cflags> |
41 <cflags>-I$TOOLKIT_HOME/include</cflags> |
| 42 <ldflags>$TOOLKIT_HOME/lib/libuitk.a</ldflags> |
42 <ldflags>-L $TOOLKIT_HOME/lib/ -luitk</ldflags> |
| 43 </dependency> |
|
| 44 |
|
| 45 <dependency name="gtk3"> |
|
| 46 <pkgconfig>gtk+-3.0</pkgconfig> |
|
| 47 <cflags>-DUI_GTK3</cflags> |
|
| 48 <ldflags>-lpthread</ldflags> |
|
| 49 </dependency> |
43 </dependency> |
| 50 |
44 |
| 51 <target> |
45 <target> |
| 52 <feature name="asan"> |
46 <feature name="asan"> |
| 53 <desc>enable address sanitization</desc> |
47 <desc>enable address sanitization</desc> |