50 <ldflags>-lpthread</ldflags> |
50 <ldflags>-lpthread</ldflags> |
51 </dependency> |
51 </dependency> |
52 |
52 |
53 <target> |
53 <target> |
54 <feature name="asan"> |
54 <feature name="asan"> |
55 <desc>Enable address sanitization.</desc> |
55 <desc>enable address sanitization</desc> |
56 <dependencies>asan</dependencies> |
56 <dependencies>asan</dependencies> |
57 </feature> |
57 </feature> |
58 <dependencies>ucx,sdl3,sdl3_ttf,sdl3_image,glew</dependencies> |
58 <dependencies>ucx,sdl3,sdl3_ttf,sdl3_image,glew</dependencies> |
59 </target> |
59 </target> |
60 <target name="tools"> |
60 <target name="tools"> |
61 <feature name="tools"> |
61 <feature name="tools"> |
62 <desc>Enable compilation of tools.</desc> |
62 <desc>enable compilation of tools</desc> |
63 <disabled> |
63 <disabled> |
64 <make>NO_TOOLS=1</make> |
64 <make>NO_TOOLS=1</make> |
65 </disabled> |
65 </disabled> |
66 </feature> |
66 </feature> |
67 <dependencies>toolkit,gtk3,ucx</dependencies> |
67 <dependencies>toolkit,gtk3,ucx</dependencies> |