Pass HILDON library (if used) when building extensions
This commit is contained in:
parent
e97a198e98
commit
c3217c6365
1 changed files with 1 additions and 1 deletions
|
@ -27,5 +27,5 @@ for extension in extensions:
|
|||
obj.target = target
|
||||
obj.includes = '..'
|
||||
obj.source = source
|
||||
obj.uselib = 'UNIQUE LIBSOUP GIO GTK SQLITE WEBKIT LIBXML'
|
||||
obj.uselib = 'UNIQUE LIBSOUP GIO GTK SQLITE WEBKIT LIBXML HILDON'
|
||||
obj.install_path = '${LIBDIR}/midori'
|
||||
|
|
Loading…
Reference in a new issue