DEB python-tqt: Update paths for TQScintilla built using CMake.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/111/head
Slávek Banko 2 years ago
parent ed97d1ce16
commit f5160fc35b
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -58,9 +58,9 @@ build-%/configure-stamp:
mkdir -p build-$*
cd build-$* && echo yes \
| python$* ../configure.py \
-c -n /usr/include/tqscintilla \
-c -n /usr/include/tqt3 \
-e python$* \
-o /usr/lib -u -j $(SPLIT) \
-o /usr/lib/$(DEB_HOST_MULTIARCH) -u -j $(SPLIT) \
-d /usr/lib/python$*/$(call py_sitename,$*)/python_tqt \
-l /usr/include/python$* \
-v /usr/share/sip/tqt \
@ -73,9 +73,9 @@ dbg-build-%/configure-stamp:
mkdir -p dbg-build-$*
cd dbg-build-$* && echo yes \
| python$*-dbg ../configure.py \
-c -n /usr/include/tqscintilla \
-c -n /usr/include/tqt3 \
-e python$* \
-o /usr/lib -u -j $(SPLIT) \
-o /usr/lib/$(DEB_HOST_MULTIARCH) -u -j $(SPLIT) \
-d /usr/lib/python$*/$(call py_sitename,$*)/python_tqt \
-l /usr/include/python$*_d \
-v /usr/share/sip/tqt \

@ -58,9 +58,9 @@ build-%/configure-stamp:
mkdir -p build-$*
cd build-$* && echo yes \
| python$* ../configure.py \
-c -n /usr/include/tqscintilla \
-c -n /usr/include/tqt3 \
-e python$* \
-o /usr/lib -u -j $(SPLIT) \
-o /usr/lib/$(DEB_HOST_MULTIARCH) -u -j $(SPLIT) \
-d /usr/lib/python$*/$(call py_sitename,$*)/python_tqt \
-l /usr/include/python$* \
-v /usr/share/sip/tqt \
@ -73,9 +73,9 @@ dbg-build-%/configure-stamp:
mkdir -p dbg-build-$*
cd dbg-build-$* && echo yes \
| python$*-dbg ../configure.py \
-c -n /usr/include/tqscintilla \
-c -n /usr/include/tqt3 \
-e python$* \
-o /usr/lib -u -j $(SPLIT) \
-o /usr/lib/$(DEB_HOST_MULTIARCH) -u -j $(SPLIT) \
-d /usr/lib/python$*/$(call py_sitename,$*)/python_tqt \
-l /usr/include/python$*_d \
-v /usr/share/sip/tqt \

Loading…
Cancel
Save