Don't build Desktop file on Win32
This commit is contained in:
parent
1f0f411657
commit
78805e5cd4
1 changed files with 33 additions and 32 deletions
1
wscript
1
wscript
|
@ -400,6 +400,7 @@ def build (bld):
|
|||
bld.add_subdirs ('docs/api')
|
||||
bld.install_files ('${DOCDIR}/midori/api/', blddir + '/docs/api/*')
|
||||
|
||||
if not is_mingw (bld.env) and Options.platform != 'win32':
|
||||
if bld.env['HAVE_HILDON']:
|
||||
appdir = '${MDATADIR}/applications/hildon'
|
||||
bld.install_files ('${MDATADIR}/dbus-1/services',
|
||||
|
|
Loading…
Reference in a new issue