mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-06 11:35:32 +00:00
Revert "sip: build: depend on config.h"
This reverts commit 1a35d6544b
.
This has not actually fixed the issue completely. See follow up commit
This commit is contained in:
parent
d0194fe534
commit
d7df1a4931
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ sip_sources += sip_enums
|
|||
|
||||
calls_sip = shared_module(
|
||||
'sip',
|
||||
sip_sources, config_h,
|
||||
sip_sources,
|
||||
dependencies: sip_deps,
|
||||
include_directories: src_include,
|
||||
install: true,
|
||||
|
|
Loading…
Reference in a new issue