wok-next view polkit105/stuff/patches/fix-parallel-make.patch @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents
children
line source
1 From 7bd30764a5230684c7c979a08a83dfa6e327f719 Mon Sep 17 00:00:00 2001
2 From: Ryan Lortie <desrt@velocity.(none)>
3 Date: Tue, 13 Nov 2012 16:50:14 +0000
4 Subject: build: Fix .gir generation for parallel make
6 As per the intructions in the introspection Makefile, we should have a
7 line declaring a dependency between the .gir and .la files.
9 https://bugs.freedesktop.org/show_bug.cgi?id=57077
11 Signed-off-by: David Zeuthen <zeuthen@gmail.com>
12 ---
13 diff --git a/src/polkit/Makefile.am b/src/polkit/Makefile.am
14 index 39d6d84..d648d29 100644
15 --- a/src/polkit/Makefile.am
16 +++ b/src/polkit/Makefile.am
17 @@ -106,6 +106,8 @@ if HAVE_INTROSPECTION
19 INTROSPECTION_GIRS = Polkit-1.0.gir
21 +Polkit-1.0.gir: libpolkit-gobject-1.la
22 +
23 girdir = $(INTROSPECTION_GIRDIR)
24 gir_DATA = Polkit-1.0.gir
26 diff --git a/src/polkitagent/Makefile.am b/src/polkitagent/Makefile.am
27 index 1cfb73c..5b7d4c7 100644
28 --- a/src/polkitagent/Makefile.am
29 +++ b/src/polkitagent/Makefile.am
30 @@ -108,6 +108,8 @@ if HAVE_INTROSPECTION
31 girdir = $(INTROSPECTION_GIRDIR)
32 gir_DATA = PolkitAgent-1.0.gir
34 +PolkitAgent-1.0.gir: libpolkit-agent-1.la
35 +
36 typelibsdir = $(INTROSPECTION_TYPELIBDIR)
37 typelibs_DATA = PolkitAgent-1.0.typelib
39 --
40 cgit v0.9.0.2-2-gbebe