Changeset 63555 in vbox for trunk/debian/rules
- Timestamp:
- Aug 16, 2016 1:25:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/rules
r61063 r63555 68 68 instmod := $(if $(filter _Ubuntu_lucid _Ubuntu_maverick _Ubuntu_natty _Ubuntu_oneiric _Debian_sid,$(debrel)),,1) 69 69 70 # Location of custom built Qt libraries (see below)71 qtstdc6 := /home/vbox/Qt-4.8.6-stdc++6-$(arch)72 73 70 cfg_flags := $(if $(NOQT),--disable-qt,) \ 74 $(if $(filter _Debian_squeeze,$(debrel)),--with-qt-dir=$(qtstdc6)) \75 $(if $(filter _Debian_squeeze,$(debrel)),--build-libvpx,) \76 71 $(if $(ose),--ose,) $(if $(LINUX),--with-linux=$(LINUX),) \ 77 72 $(if $(HEADLESS),--build-headless,) \
Note:
See TracChangeset
for help on using the changeset viewer.