Skip to content

Commit

Permalink
feat: for ltp48h nonghang
Browse files Browse the repository at this point in the history
for ltp48h nonghang

Log: for ltp48h nonghang
  • Loading branch information
jeffshuai committed Aug 18, 2023
1 parent 64cc343 commit 26e1045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Source: deepin-system-monitor
Section: utils
Priority: optional
Maintainer: Deepin Packages Builder <[email protected]>
Build-Depends: debhelper (>= 11), cmake, pkg-config, qtbase5-dev, qttools5-dev, libdtkwidget-dev, libxcb1-dev, libqt5x11extras5-dev, libprocps-dev, libxext-dev, libpcap-dev, qttools5-dev-tools, libicu-dev, deepin-gettext-tools, libxcb-util0-dev, libxcb-icccm4-dev, libnl-3-dev, libnl-route-3-dev, libudev-dev, libdframeworkdbus-dev, libgsettings-qt-dev, dde-dock-dev, libgtest-dev, libgmock-dev, libkf5wayland-dev, libwayland-dev
Build-Depends: debhelper (>= 11), cmake, pkg-config, qtbase5-dev, qttools5-dev, libdtkwidget-dev, libxcb1-dev, libqt5x11extras5-dev, libprocps-dev, libxext-dev, libpcap-dev, qttools5-dev-tools, libicu-dev, deepin-gettext-tools, libxcb-util0-dev, libxcb-icccm4-dev, libnl-3-dev, libnl-route-3-dev, libudev-dev, libdframeworkdbus-dev, libgsettings-qt-dev, dde-dock-dev, libgtest-dev, libgmock-dev
Standards-Version: 3.9.8
Homepage: https://github.com/linuxdeepin/deepin-system-monitor

Package: deepin-system-monitor
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libcap2-bin, libkf5waylandclient5, libkf5waylandserver5, deepin-service-manager
Depends: ${shlibs:Depends}, ${misc:Depends}, libcap2-bin, deepin-service-manager
Recommends: uos-reporter, deepin-event-log
Replaces: deepin-system-monitor-plugin
Description: A system monitor tool.
Expand Down
2 changes: 1 addition & 1 deletion deepin-system-monitor-main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10 FATAL_ERROR)

project(deepin-system-monitor)

option(USE_DEEPIN_WAYLAND "option for wayland support" ON)
option(USE_DEEPIN_WAYLAND "option for wayland support" OFF)

set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
Expand Down

0 comments on commit 26e1045

Please sign in to comment.