VirtualBox

Changeset 11134

Show
Ignore:
Timestamp:
08/05/08 16:09:34 (4 months ago)
Author:
vboxsync
Message:

don't build the Qt3 stuff for .deb and .rpms anymore

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure

    r10629 r11134  
    3434WITH_XPCOM=1 
    3535WITH_LIBIDL=1 
    36 WITH_QT=1 
     36WITH_QT3=1 
    3737WITH_QT4=1 
    3838WITH_SDL=1 
     
    17171717      ;; 
    17181718    --disable-qt) 
    1719       WITH_QT=0 
     1719      WITH_QT3=0 
    17201720      WITH_QT4=0 
     1721      ;; 
     1722    --disable-qt3) 
     1723      WITH_QT3=0 
    17211724      ;; 
    17221725    --disable-qt4) 
     
    17491752      WITH_SDL_TTF=0 
    17501753      WITH_X11=0 
    1751       WITH_QT=0 
     1754      WITH_QT3=0 
    17521755      WITH_QT4=0 
    17531756      ;; 
     
    18531856  # (Qt3 builds for Intel Macs are usually not threaded or for X11. And they 
    18541857  #  don't contain our patches, which means the result isn't really usable.) 
    1855   WITH_QT=0 
     1858  WITH_QT3=0 
    18561859  # No Qt4 for OSE yet. 
    18571860  [ $OSE -ge 1 ] && WITH_QT4=0 
     
    18621865# emit disable directives corresponding to any --disable-xxx options. 
    18631866[ $WITH_XPCOM -eq 0 ]   && cnf_append "VBOX_WITH_MAIN" "" 
    1864 [ $WITH_QT -eq 0    ]   && cnf_append "VBOX_WITH_QTGUI" "" 
     1867[ $WITH_QT3 -eq 0   ]   && cnf_append "VBOX_WITH_QTGUI" "" 
    18651868[ $WITH_QT4 -eq 0   ]   && cnf_append "VBOX_WITH_QT4GUI" "" 
    18661869[ $WITH_SDL_TTF -eq 0 ] && cnf_append "VBOX_WITH_SECURELABEL" "" 
     
    18901893[ $WITH_X11 -eq 1    ] && check_x 
    18911894[ $WITH_X11 -eq 1    ] && check_xcursor 
    1892 [ $WITH_QT -eq 1     ] && check_qt3 
     1895[ $WITH_QT3 -eq 1    ] && check_qt3 
    18931896[ $WITH_QT4 -eq 1    ] && check_qt4 
    18941897 
  • trunk/debian/rules

    r11106 r11134  
    7272debian/configure-stamp: 
    7373        dh_testdir 
    74         cd $(vboxroot) && ./configure --odir=$(current)/debian $(if \ 
     74        cd $(vboxroot) && ./configure --odir=$(current)/debian --disable-qt3 $(if \ 
    7575            $(ose),--ose,) $(if $(LINUX),--with-linux=$(LINUX),) $(if \ 
    7676            $(filter _Ubuntu_dapper,$(debrel)),--with-gcc=gcc-3.4 --with-g++=g++-3.4,) $(if \ 
     
    179179        mv $(archdir)/VBoxAddIF.sh $(prefix)/usr/bin/VBoxTAP 
    180180        for i in VBoxManage VBoxSVC $(if $(HEADLESS),,VBoxSDL) \ 
    181             $(if $(HEADLESS),,VirtualBox3 VirtualBox) $(if $(ose),,VBoxVRDP) \ 
     181            $(if $(HEADLESS),,VirtualBox) $(if $(ose),,VBoxVRDP) \ 
    182182            VBoxHeadless; do \ 
    183183            mv $(archdir)/$$i $(prefix)/usr/lib/$(package); done 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy