summaryrefslogtreecommitdiffstats
path: root/src/libaacs-2-pkgconfig.patch
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-10-08 03:28:17 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-10-08 03:29:22 (GMT)
commitc940dfa0425a03e962432d9d50c9beea304c7e9e (patch)
treebbc988d697659058861c6f92bda91c54aafd7107 /src/libaacs-2-pkgconfig.patch
parente41fa5a8ddda9e903708058da837baa15921cbd7 (diff)
downloadmxe-c940dfa0425a03e962432d9d50c9beea304c7e9e.zip
mxe-c940dfa0425a03e962432d9d50c9beea304c7e9e.tar.gz
mxe-c940dfa0425a03e962432d9d50c9beea304c7e9e.tar.bz2
Add package libaacs
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/libaacs-2-pkgconfig.patch')
-rw-r--r--src/libaacs-2-pkgconfig.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/libaacs-2-pkgconfig.patch b/src/libaacs-2-pkgconfig.patch
new file mode 100644
index 0000000..489ea67
--- /dev/null
+++ b/src/libaacs-2-pkgconfig.patch
@@ -0,0 +1,24 @@
+This file is part of MXE.
+See index.html for further information.
+
+From 461de1dc2a6c611fc1e95678f765c7ff2648ee08 Mon Sep 17 00:00:00 2001
+From: Timothy Gu <timothygu99@gmail.com>
+Date: Tue, 7 Oct 2014 19:41:43 -0700
+Subject: [PATCH] pkgconfig: Take libgpg-error and libgcrypt into account for
+ static builds
+
+Signed-off-by: Timothy Gu <timothygu99@gmail.com>
+
+diff --git a/src/libaacs.pc.in b/src/libaacs.pc.in
+index 598f206..4334d8c 100644
+--- a/src/libaacs.pc.in
++++ b/src/libaacs.pc.in
+@@ -7,4 +7,5 @@ Name: libaacs
+ Description: AACS support library for Blu-ray playback
+ Version: @PACKAGE_VERSION@
+ Libs: -L${libdir} -laacs
++Libs.private: @LIBGCRYPT_LIBS@ @GPG_ERROR_LIBS@
+ Cflags: -I${includedir}
+--
+1.8.3.2
+