mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00

增加任务栏的AM接口的访问模块 Log: Influence: 任务栏 Task: https://pms.uniontech.com/task-view-133075.html Change-Id: Ic5570bbae6fa4ff3ecc3d529b49200f7bcb1d63c
17 lines
333 B
Makefile
Executable File
17 lines
333 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# -*- makefile -*-
|
|
export QT_SELECT = qt5
|
|
|
|
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
#export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@ --parallel
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- \
|
|
-DHOST_MULTIARCH="$(DEB_HOST_MULTIARCH)" \
|
|
-DUSE_AM=YES
|