Changeset 63555 in vbox
- Timestamp:
- Aug 16, 2016 1:25:08 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 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,) \ -
trunk/src/VBox/Installer/linux/debian/rules
r61998 r63555 97 97 endif 98 98 99 # Location of custom built Qt libraries (see below)100 qtstdc6 := /home/vbox/Qt-4.8.6-stdc++6-$(arch)101 102 99 cfg_flags := $(if $(NOQT),--disable-qt,) \ 103 $(if $(filter _Debian_squeeze,$(debrel)),--with-qt-dir=$(qtstdc6)) \104 $(if $(filter _Debian_squeeze,$(debrel)),--build-libvpx,) \105 100 $(if $(ose),--ose,) $(if $(LINUX),--with-linux=$(LINUX),) \ 106 101 $(if $(HEADLESS),--build-headless,) \ … … 116 111 VBOX_WITHOUT_EXTPACK_PUEL_PACKING=1 \ 117 112 VBOX_WITHOUT_EXTPACK_VNC_PACKING=1 \ 118 $(if $(filter _Debian_squeeze _Ubuntu_lucid,$(debrel)),,VBOX_WITH_VMSVGA3D=1)\113 VBOX_WITH_VMSVGA3D=1 \ 119 114 VBOX_DO_STRIP= \ 120 115 VBOX_WITH_MULTIVERSION_PYTHON= \ … … 287 282 --keepgoing --replace /usr/lib/$(package) \ 288 283 $(prefix)/usr/lib/$(package)/*.so.5 \ 289 $(prefix)/usr/lib/$(package)/plugins/platforms/*.so \284 $(prefix)/usr/lib/$(package)/plugins/platforms/*.so; \ 290 285 echo "[Paths]" > $(prefix)/usr/lib/$(package)/qt.conf; \ 291 286 echo "Plugins = /usr/lib/$(package)/plugins" >> $(prefix)/usr/lib/$(package)/qt.conf; \
Note:
See TracChangeset
for help on using the changeset viewer.