Changeset 67067 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- May 24, 2017 3:43:59 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115727
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r66049 r67067 270 270 $(foreach f,$(VBOX_APPROVED_GUI_LANGUAGES),nls/VirtualBox_$(f).qm nls/qt_$(f).qm) \ 271 271 icons 272 ifndef VBOX_WITH_QTGUI_V5 273 VBOX_LNX_NO_STRIP += \ 274 $(if $(VBOX_WITH_ORACLE_QT),accessible/libqtaccessiblewidgets.so,) 275 else # VBOX_WITH_QTGUI_V5 276 VBOX_LNX_NO_STRIP += \ 272 VBOX_LNX_NO_STRIP += \ 277 273 $(if $(VBOX_WITH_ORACLE_QT),$(VBOX_QT_PLUGINS)) \ 278 274 $(addprefix legacy/,$(VBOX_QT_LEGACY_LIBS)) 279 endif # VBOX_WITH_QTGUI_V5280 275 endif 281 276 … … 522 517 archive/nls \ 523 518 $(if $(VBOX_WITH_UNATTENDED),archive/unattended_templates,) \ 524 $(if $(VBOX_WITH_ORACLE_QT),$(if $(VBOX_WITH_QTGUI_V5),,\ 525 archive/accessible),) \ 526 $(if $(VBOX_WITH_QTGUI_V5),\ 519 $(if $(VBOX_WITH_ORACLE_QT), \ 527 520 archive/plugins/platforms \ 528 521 archive/legacy,) \ -
trunk/src/VBox/Installer/linux/debian/control
r65949 r67067 4 4 Maintainer: Oracle Corporation <[email protected]> 5 5 Standards-Version: 3.2.1 6 Build-Depends: debhelper (>= 5), libz-dev, libssl-dev, libqt4-dev,7 lib qt4-opengl-dev, libsdl1.2-dev, uuid-dev, libxcursor-dev,6 Build-Depends: debhelper (>= 5), libz-dev, libssl-dev, 7 libsdl1.2-dev, uuid-dev, libxcursor-dev, 8 8 libidl-dev, libpam0g-dev, iasl, xsltproc, linux-headers-generic, 9 9 wine, java2-runtime, lsb-release, g++-multilib [amd64], -
trunk/src/VBox/Installer/linux/debian/rules
r66822 r67067 95 95 endif 96 96 97 # Depend on Qt 5.6 or later otherwise we use Qt 5.3.2 from Debian 8.98 97 cfg_flags := $(if $(NOQT),--disable-qt,) \ 99 $(if $(NOQT),,--with-qt5-major=5 --with-qt5-minor=6) \100 98 $(if $(ose),--ose,) $(if $(LINUX),--with-linux=$(LINUX),) \ 101 99 $(if $(HEADLESS),--build-headless,) \
Note:
See TracChangeset
for help on using the changeset viewer.