Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/FreeRDP-Ubuntu-PPA.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2021-10-15 11:57:52 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-10-15 11:57:52 +0300
commit06e0b55ddb9c92b0f4268866875be1fe0eddebd6 (patch)
treeabaed7d9aa94442b8c71de68a53f23d1f3cd3623
parentd08c3ca357bf02b8774511148e746bf6acd7b9a9 (diff)
Adding icu support
-rw-r--r--debian/changelog6
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules1
3 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c816acb..f2aec02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+freerdp (2.3.2~git-0~remmina1.1) artful; urgency=medium
+
+ * Add libicu support
+
+ -- Antenore Gatta <antenore@simbiosi.org> Fri, 15 Oct 2021 10:57:17 +0200
+
freerdp (2.3.2~git-0~remmina1.0) artful; urgency=medium
* Upstream release 2.3.2
diff --git a/debian/control b/debian/control
index 47b0654..bae7c01 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Build-Depends:
libgsm1-dev,
libgstreamer-plugins-base1.0-dev,
libgstreamer1.0-dev,
+ libicu-dev,
libjpeg-dev,
libpcsclite-dev,
libpulse-dev,
diff --git a/debian/rules b/debian/rules
index 5cd5ff3..7b76ac7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,6 +53,7 @@ DEB_CMAKE_EXTRA_FLAGS := ${CMAKE_ARMHF_C_FLAGS} \
${WITH_ALSA} \
-DWITH_CHANNELS=ON \
-DBUILTIN_CHANNELS=ON \
+ -DWITH_ICU=ON \
-DWITH_CUPS=ON \
-DWITH_PCSC=ON \
-DWITH_JPEG=ON \