summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorIsmael Luceno2019-08-29 00:19:10 +0200
committerIsmael Luceno2019-08-29 00:21:41 +0200
commit537e7362896dce05d8e7f950fd6db9380117cfe3 (patch)
treeca490b76b6d1396da358112669f408585e451196 /utils
parentade58fce96f3ee41796480f3ab36e504df26e217 (diff)
open-vm-tools: switch dependency from xorg-server to X11-SERVER
Diffstat (limited to 'utils')
-rwxr-xr-xutils/open-vm-tools/DEPENDS2
-rw-r--r--utils/open-vm-tools/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/utils/open-vm-tools/DEPENDS b/utils/open-vm-tools/DEPENDS
index f3775df6cb..76c5f1dcbc 100755
--- a/utils/open-vm-tools/DEPENDS
+++ b/utils/open-vm-tools/DEPENDS
@@ -1,2 +1,2 @@
# This is just a place-holder for now.
-optional_depends xorg-server --with-x --without-x "for X support in components"
+optional_depends X11-SERVER --with-x --without-x "for X support in components"
diff --git a/utils/open-vm-tools/HISTORY b/utils/open-vm-tools/HISTORY
index 9cbd5a2936..26f3e9cb13 100644
--- a/utils/open-vm-tools/HISTORY
+++ b/utils/open-vm-tools/HISTORY
@@ -1,3 +1,6 @@
+2019-08-28 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: switch dependency from xorg-server to X11-SERVER
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)