Removing meson.patch, probably obsolete.

This commit is contained in:
sergiotarxz 2022-05-13 17:50:25 +02:00
parent d887b984b8
commit d83765e55f
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
diff -uNr xorgproto-2019.1/meson.build xorgproto-2019.1.mod/meson.build
--- xorgproto-2019.1/meson.build 2019-06-20 06:13:03.000000000 +0300
+++ xorgproto-2019.1.mod/meson.build 2019-06-29 22:00:10.215053101 +0300
@@ -68,7 +68,7 @@
filebase : pc[0],
description : pc[0] + ' headers',
version : pc[1],
- install_dir : get_option('datadir') + '/pkgconfig',
+ install_dir : '@TERMUX_PREFIX@/lib/pkgconfig',
subdirs : subdir,
)
endforeach
@@ -88,7 +88,7 @@
filebase : pc[0],
description : pc[0] + ' headers',
version : pc[1],
- install_dir : get_option('datadir') + '/pkgconfig'
+ install_dir : '@TERMUX_PREFIX@/lib/pkgconfig'
)
endforeach
endif