Remove LIBSEXY from wscript_build, it's long obsolete
This commit is contained in:
parent
cb0dd889e0
commit
bb8eb7d5c1
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ obj = bld.create_obj ('cc', 'program')
|
|||
obj.target = 'midori'
|
||||
obj.includes = '.. ../katze'
|
||||
obj.find_sources_in_dirs ('.')
|
||||
obj.uselib = 'GIO GTK LIBSEXY GTKSOURCEVIEW WEBKIT LIBXML'
|
||||
obj.uselib = 'GIO GTK GTKSOURCEVIEW WEBKIT LIBXML'
|
||||
obj.uselib_local = 'katze'
|
||||
|
|
Loading…
Reference in a new issue