|
|
@@ -32,7 +32,9 @@ def build(bld): |
|
|
|
''', |
|
|
|
target='ntk-fluid', |
|
|
|
includes = [ '.', '../' ], |
|
|
|
use = [ 'ntk', 'ntk_images' ], |
|
|
|
linkflags = '-L.', |
|
|
|
depends = [ 'ntk', 'ntk_images' ], |
|
|
|
lib = [ 'ntk', 'ntk_images' ], |
|
|
|
uselib = [ 'X11', 'XFT', 'CAIRO' ], |
|
|
|
install_path = '${BINDIR}' ) |
|
|
|
|