summaryrefslogtreecommitdiffstats
path: root/redhat/dependencies
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2024-10-22 22:12:43 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2024-10-22 22:12:54 +0200
commit7ac1265088113bee95ae869cc8c94d4646d98ea2 (patch)
tree4f02655ded25bdb30ccaa908154f40c191026b5a /redhat/dependencies
parent3486112a8b6ddb04304d4a0da14d55501d3af8da (diff)
downloadtde-packaging-7ac1265088113bee95ae869cc8c94d4646d98ea2.tar.gz
tde-packaging-7ac1265088113bee95ae869cc8c94d4646d98ea2.zip
RPM: Update for final R14.1.3
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/dependencies')
-rw-r--r--redhat/dependencies/tqt3/tqt3.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/redhat/dependencies/tqt3/tqt3.spec b/redhat/dependencies/tqt3/tqt3.spec
index 1b85211a5..b1275d12e 100644
--- a/redhat/dependencies/tqt3/tqt3.spec
+++ b/redhat/dependencies/tqt3/tqt3.spec
@@ -83,7 +83,11 @@ BuildRequires: zlib-devel
# PNG support
%if 0%{?mdkver} || 0%{?mgaversion}
+%if 0%{?pclinuxos}
+%define libpng %{_lib}png1.6
+%else
%define libpng %{_lib}png
+%endif
%else
%define libpng libpng
%endif