[Dist/Tizen] Fix the wrong cflags in the .pc file 71/254171/1 accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/6.5/unified/20211028.093337 accepted/tizen/7.0/unified/20221110.055830 accepted/tizen/7.0/unified/hotfix/20221116.104444 accepted/tizen/8.0/unified/20231005.092504 accepted/tizen/unified/20210226.131852 submit/tizen/20210225.100219 submit/tizen_6.5/20211028.161501 tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorWook Song <wook16.song@samsung.com>
Wed, 24 Feb 2021 09:07:41 +0000 (18:07 +0900)
committerWook Song <wook16.song@samsung.com>
Wed, 24 Feb 2021 09:17:31 +0000 (18:17 +0900)
This patch fixes the wrong cflags in the .pc file by updating the local
patch file that generates that pkg-config file.

Change-Id: Idad0808335912b84f71482567db09a6738031e90
Signed-off-by: Wook Song <wook16.song@samsung.com>
packaging/0001-API-Makefile-Revise-Makefile-for-API.patch
packaging/0002-API-Makefile-Generalize-Makefile.patch
packaging/0003-API-Makefile-Modifies-Makefile-to-generate-libmvnc.p.patch
packaging/0004-API-Makefile-Add-flag-to-skip-.-get_mvcmd.sh-when-it.patch

index bb7481b4db73ab63f988c6043acb7ea6fec1a531..95ba35c0d236a3692b6d7620f50475e060b33835 100644 (file)
@@ -1,7 +1,7 @@
-From 08bff1f635f2d1e743bf510c6db93121fdaa647e Mon Sep 17 00:00:00 2001
+From df6ca3910ae07c9ca9f4af1686e757bb6c947d45 Mon Sep 17 00:00:00 2001
 From: Wook Song <wook16.song@samsung.com>
 Date: Mon, 4 Nov 2019 14:29:44 +0900
-Subject: [PATCH 1/5] [API/Makefile] Revise Makefile for API
+Subject: [PATCH 1/4] [API/Makefile] Revise Makefile for API
 
 This patch eliminates a trailing white space and a commented line, which
 is not required anymore.
index 6f1095ffffe877ef76dfb3f6984b279925c54ea0..f753f03a5a395204e3199084f84049facb023fa9 100644 (file)
@@ -1,7 +1,7 @@
-From 07aa89394577ae953a99cc9b5e8b18da8f620c99 Mon Sep 17 00:00:00 2001
+From cb96c11ef3e1a190c2c3d286a1ef7227b4f7b714 Mon Sep 17 00:00:00 2001
 From: Wook Song <wook16.song@samsung.com>
 Date: Mon, 4 Nov 2019 15:24:46 +0900
-Subject: [PATCH 2/5] [API/Makefile] Generalize Makefile
+Subject: [PATCH 2/4] [API/Makefile] Generalize Makefile
 
 The current version of Makefile for API uses hard-coded install
 prefix, library and include directories. In order to generalize the
index 199822c3e959cbff20b79dec5342da709cad277e..885b0a38d2b4243e5a563d567106778c09443d1c 100644 (file)
@@ -1,7 +1,7 @@
-From cb903c6adc55fce0e0d8477571f17d222b967918 Mon Sep 17 00:00:00 2001
+From 4e564587a1f9fc31561fdc6c6e9d36b7c802553e Mon Sep 17 00:00:00 2001
 From: Wook Song <wook16.song@samsung.com>
 Date: Mon, 4 Nov 2019 15:56:04 +0900
-Subject: [PATCH 3/5] [API/Makefile] Modifies Makefile to generate libmvnc.pc
+Subject: [PATCH 3/4] [API/Makefile] Modifies Makefile to generate libmvnc.pc
 
 This patch modifies Makefile to generate libmvnc.pc from libmvnc.pc.in,
 which is also added by this patch.
@@ -67,7 +67,7 @@ index af78525..a072fdf 100644
 +      find -name "libmvnc.pc" -delete
 diff --git a/api/src/libmvnc.pc.in b/api/src/libmvnc.pc.in
 new file mode 100644
-index 0000000..9a607e9
+index 0000000..f507cb8
 --- /dev/null
 +++ b/api/src/libmvnc.pc.in
 @@ -0,0 +1,11 @@
@@ -81,7 +81,7 @@ index 0000000..9a607e9
 +Version: @VERSION@
 +Requires:
 +Libs: -L${libdir} -lmvnc
-+Cflags: -I${includedir}/mvnc
++Cflags: -I${includedir}/mvnc2
 -- 
 2.17.1
 
index e58412d08f439551a95a1b13ea4b05f37bf9eb51..d12738b7cb254fe29b0e3920bda92b357cd555e7 100644 (file)
@@ -1,7 +1,7 @@
-From b8447c33754e25a88434a00a9868d54ce9615d20 Mon Sep 17 00:00:00 2001
+From 93d1c642ce0dd23c79fd8f6a366e6d13347fecef Mon Sep 17 00:00:00 2001
 From: Wook Song <wook16.song@samsung.com>
 Date: Mon, 4 Nov 2019 16:07:34 +0900
-Subject: [PATCH 4/5] [API/Makefile] Add flag to skip ./get_mvcmd.sh when it is
+Subject: [PATCH 4/4] [API/Makefile] Add flag to skip ./get_mvcmd.sh when it is
  set
 
 In order to support build systems such as OBS and LaunchPad that do