Changeset 59873 in vbox
- Timestamp:
- Feb 29, 2016 3:13:35 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105774
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/rules
r56856 r59873 72 72 73 73 cfg_flags := $(if $(NOQT),--disable-qt,) \ 74 $(if $(filter _Debian_squeeze,$(debrel)),--with-qt 4-dir=$(qtstdc6)) \74 $(if $(filter _Debian_squeeze,$(debrel)),--with-qt-dir=$(qtstdc6)) \ 75 75 $(if $(filter _Debian_squeeze,$(debrel)),--build-libvpx,) \ 76 76 $(if $(ose),--ose,) $(if $(LINUX),--with-linux=$(LINUX),) \ -
trunk/src/VBox/Installer/linux/debian/rules
r59162 r59873 100 100 101 101 cfg_flags := $(if $(NOQT),--disable-qt,) \ 102 $(if $(filter _Debian_squeeze,$(debrel)),--with-qt 4-dir=$(qtstdc6)) \102 $(if $(filter _Debian_squeeze,$(debrel)),--with-qt-dir=$(qtstdc6)) \ 103 103 $(if $(filter _Debian_squeeze,$(debrel)),--build-libvpx,) \ 104 104 $(if $(ose),--ose,) $(if $(LINUX),--with-linux=$(LINUX),) \
Note:
See TracChangeset
for help on using the changeset viewer.