diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-04-03 12:52:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-04-03 12:52:13 +0900 |
commit | 3ea7ef09357bb54aa2cd4361490f226c78c7c641 (patch) | |
tree | fc0fd9ba2c4e44ce4c774a41a92d069209795401 /ubuntu/_base/applications | |
parent | c400c46c472635ac1afa3ba55d3544804eacbacd (diff) | |
download | tde-packaging-3ea7ef09357bb54aa2cd4361490f226c78c7c641.tar.gz tde-packaging-3ea7ef09357bb54aa2cd4361490f226c78c7c641.zip |
DEB tde-style-ia-ora: add dependency to libgtk2 to be able to build the GTK2 engine
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/applications')
-rw-r--r-- | ubuntu/_base/applications/themes/tde-style-ia-ora/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/applications/themes/tde-style-ia-ora/debian/control b/ubuntu/_base/applications/themes/tde-style-ia-ora/debian/control index a61fbc7aa..9daa84f38 100644 --- a/ubuntu/_base/applications/themes/tde-style-ia-ora/debian/control +++ b/ubuntu/_base/applications/themes/tde-style-ia-ora/debian/control @@ -3,7 +3,7 @@ Section: tde Priority: optional Maintainer: TDE Debian Team <team-debian@trinitydesktop.org> X-Original-Maintainer: Jose Luis Tallon <jltallon@adv-solutions.net> -Build-Depends: cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, tdebase-trinity-dev +Build-Depends: cdbs, debhelper (>= 10~), quilt, tde-cmake, ninja-build, tdebase-trinity-dev, libgtk2.0-dev Standards-Version: 3.8.0 Package: tde-style-ia-ora-trinity |