summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorIsmael Luceno2021-08-17 13:39:41 +0200
committerIsmael Luceno2021-08-17 13:39:41 +0200
commit00e490608b6724953a705770347b0e7dc658ac5c (patch)
tree06f7e91ab685d97f0fa4657d1b58d57cbc4c04c4 /utils
parenta3066b9f11aa5fcbcb3d79ed73fe36d782e7ae5b (diff)
bluez5: Use external ell
Diffstat (limited to 'utils')
-rwxr-xr-xutils/bluez5/DEPENDS1
-rw-r--r--utils/bluez5/HISTORY3
2 files changed, 4 insertions, 0 deletions
diff --git a/utils/bluez5/DEPENDS b/utils/bluez5/DEPENDS
index 9fdd5649de..5af491df28 100755
--- a/utils/bluez5/DEPENDS
+++ b/utils/bluez5/DEPENDS
@@ -3,6 +3,7 @@ depends flex &&
depends dbus &&
depends glib2 &&
depends readline &&
+depends ell --enable-external-ell &&
optional_depends cups \
"--enable-cups" \
diff --git a/utils/bluez5/HISTORY b/utils/bluez5/HISTORY
index 1b2a009dfa..8acb1e6ac3 100644
--- a/utils/bluez5/HISTORY
+++ b/utils/bluez5/HISTORY
@@ -1,3 +1,6 @@
+2021-08-17 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: added dependency on ell
+
2021-07-08 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 5.60
* BUILD: disabled manpages, we don't have rst2man yet