summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorIsmael Luceno2019-08-29 00:19:09 +0200
committerIsmael Luceno2019-08-29 00:21:41 +0200
commit048f8db4913a57f81122838a1b6f44876df6cdfe (patch)
treec8815fc857db293cbf8ece2b7f6a339b2508dde7 /libs
parent5554ac346e3fcb977805ce01d0bc21405a2a72be (diff)
mico: switch dependency from xorg-server to X11-SERVER
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/mico/DEPENDS2
-rw-r--r--libs/mico/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/libs/mico/DEPENDS b/libs/mico/DEPENDS
index 51ddc5531d..4390f7b40e 100755
--- a/libs/mico/DEPENDS
+++ b/libs/mico/DEPENDS
@@ -1,4 +1,4 @@
optional_depends SSL "--with-ssl=/usr" "--without-ssl" "for ssl communication" &&
optional_depends gtk+ "--with-gtk=/usr" "--without-gtk" "for gtk support of some kind" &&
-optional_depends xorg-server "--with-x" "--without-x" "for x support of some kind"
+optional_depends X11-SERVER "--with-x" "--without-x" "for x support of some kind"
optional_depends java-cup "" "" "for java support" z-rejected
diff --git a/libs/mico/HISTORY b/libs/mico/HISTORY
index 790619f60f..af6bd233e6 100644
--- a/libs/mico/HISTORY
+++ b/libs/mico/HISTORY
@@ -1,3 +1,6 @@
+2019-08-28 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: switch dependency from xorg-server to X11-SERVER
+
2014-08-19 Treeve Jelbert <treeve@sourcemage.org>
* DEPENDS: openssl => SSL