mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
Use clang to build on mips(64)el
Change-Id: Iae418bc31864a47d9689a385130500d0a54eba93
This commit is contained in:
parent
362499f6aa
commit
ffca9c7102
Notes:
Deepin Code Review
2017-05-11 11:25:39 +08:00
Verified+1: Anonymous Coward #1000004 Code-Review+2: isoletsy <xielingyun@deepin.com> Submitted-by: isoletsy <xielingyun@deepin.com> Submitted-at: Thu, 11 May 2017 11:25:35 +0800 Reviewed-on: https://cr.deepin.io/23008 Project: dde/dde-dock Branch: refs/heads/master
3
debian/control
vendored
3
debian/control
vendored
@ -9,7 +9,8 @@ Build-Depends: debhelper (>= 8.0.0), pkg-config,
|
||||
libxcb-damage0-dev, libqt5svg5-dev,
|
||||
libxcb-icccm4-dev, libxtst-dev,
|
||||
libdtkbase-dev, libdtkutil-dev, libdtkwidget-dev, qttools5-dev-tools, libxcb-icccm4-dev,
|
||||
libdframeworkdbus-dev
|
||||
libdframeworkdbus-dev,
|
||||
clang [mipsel mips64el]
|
||||
Standards-Version: 3.9.4
|
||||
Homepage: http://www.deepin.org/
|
||||
|
||||
|
11
debian/rules
vendored
11
debian/rules
vendored
@ -6,3 +6,14 @@
|
||||
|
||||
%:
|
||||
dh $@ --parallel
|
||||
|
||||
ifeq ($(DEB_BUILD_ARCH), mips64el)
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- QMAKE_CC=clang QMAKE_CXX=clang++
|
||||
endif
|
||||
|
||||
ifeq ($(DEB_BUILD_ARCH), mipsel)
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- QMAKE_CC=clang QMAKE_CXX=clang++
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user