Changeset 57789 in vbox for trunk/src/VBox/Installer/linux/rpm/rules
- Timestamp:
- Sep 16, 2015 3:59:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/rpm/rules
r57786 r57789 24 24 # NOMODS=1 don't build any module 25 25 # NOQT=1 don't build the Qt GUI 26 # NOSDL=1 don't build VBoxSDL 26 27 # EFI=1 include the EFI binary from prebuild 27 28 # VERSUFFIX=<suffix> set a particular package version suffix (e.g. _customer) … … 145 146 146 147 cfg_flags := $(if $(NOQT),--disable-qt,) \ 148 $(if $(NOSDL),--disable-vboxsdl,) \ 147 149 $(if $(filter sles10.1,$(rpmrel)),--build-libxml2,) \ 148 150 $(if $(filter el5 el6 sles10.1 sles11.0 mdv2011.0,$(rpmrel)),--build-libvpx,) \
Note:
See TracChangeset
for help on using the changeset viewer.