forked from ccrisan/motionpie
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove patch because it is applied upstream in this version. Signed-off-by: Hadrien Boutteville <[email protected]> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]> Cc: Thomas Petazzoni <[email protected]> Cc: "Yann E. MORIN" <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]>
- Loading branch information
1 parent
12687de
commit b39abd4
Showing
3 changed files
with
27 additions
and
58 deletions.
There are no files selected for viewing
56 changes: 0 additions & 56 deletions
56
package/libglib2/0001-gio-Fix-Werror-format-string-errors-from-mismatched-.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Same patch as for systemd in commit | ||
7144f2f04b705538a893e538a6b851f536f433b6: | ||
|
||
Fix deactivation of gtk-doc | ||
|
||
The tarball contains the Makefile for building documentation with gtk-doc, | ||
Unfortunately the AM_CONDITIONAL variable is not the correct one, which | ||
results in an error when running autoreconf. | ||
|
||
This patch fixes this issue. | ||
|
||
Signed-off-by: Eric Le Bihan <[email protected]> | ||
Signed-off-by: Hadrien Boutteville <[email protected]> | ||
|
||
--- a/gtk-doc.make | ||
+++ b/gtk-doc.make | ||
@@ -267,7 +267,7 @@ | ||
# | ||
# Require gtk-doc when making dist | ||
# | ||
-if HAVE_GTK_DOC | ||
+if ENABLE_GTK_DOC | ||
dist-check-gtkdoc: docs | ||
else | ||
dist-check-gtkdoc: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters