File: 01-fix_target_path

package info (click to toggle)
yubioath-desktop 5.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,088 kB
  • sloc: cpp: 24,374; ansic: 1,853; python: 1,065; xml: 84; javascript: 56; sh: 6; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 883 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: fix install path by dropping QZXing's meddling
Author: Dennis Fokin
Bug: https://github.com/Yubico/yubioath-desktop/pull/748
Reviewed-by: Taowa <taowa@debian.org>
Last-Update: 2022-02-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- yubioath-desktop.orig/QZXing/QZXing-components.pri	2022-02-11 09:37:13.988333853 -0500
+++ yubioath-desktop/QZXing/QZXing-components.pri	2022-02-11 09:38:20.640340535 -0500
@@ -458,10 +458,10 @@
     DEFINES += NOFMAXL
 
 	# Installation
-	headers.files = $$PWD/QZXing.h $$PWD/QZXing_global.h
-	headers.path = $$PREFIX/include
-	target.path = $$PREFIX/lib
-	INSTALLS += headers target
+	#headers.files = $$PWD/QZXing.h $$PWD/QZXing_global.h
+	#headers.path = $$PREFIX/include
+	#target.path = $$PREFIX/lib
+	#INSTALLS += headers target
 
 	# pkg-config support
 	CONFIG += create_pc create_prl no_install_prl