File: fix-duplicate-header.patch

package info (click to toggle)
event-dance 0.2.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,100 kB
  • sloc: ansic: 29,033; javascript: 2,709; makefile: 434; xml: 247; sh: 30; python: 27
file content (16 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Alberto Garcia <berto@igalia.com>
Subject: Don't install evd.h twice, this can cause a race condition
Index: eventdance/evd/Makefile.am
===================================================================
--- eventdance.orig/evd/Makefile.am
+++ eventdance/evd/Makefile.am
@@ -5,9 +5,6 @@ DISTCLEANFILES =
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = @EVD_API_NAME@.pc
 
-library_includedir=$(includedir)/@EVD_API_NAME@
-library_include_HEADERS = evd.h
-
 jslibdir = $(datadir)/@EVD_API_NAME@/js
 
 CLEANFILES = *~ @EVD_API_NAME@.pc