summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo (Sunpeng) Li <sunpeng.li@amd.com>2018-06-05 14:56:53 -0400
committerLeo (Sunpeng) Li <sunpeng.li@amd.com>2018-06-06 10:53:28 -0400
commit753df28925555b2d9030b6666b4a9a8c4eab065c (patch)
treec6845d873dd6a3bebb6f5826735729bd78eb0fb8
parent0745ea9a8ed103f35b043222d0069c64a535e61f (diff)
Change name of executable to cmdemo
`demo` is too vague.
-rw-r--r--.gitignore2
-rw-r--r--Makefile2
-rw-r--r--help.txt4
3 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 1ec5cdb..63353d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
# Custom executable
-demo
+cmdemo
help.xxd
# Prerequisites
diff --git a/Makefile b/Makefile
index 239319c..2076cb6 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ LDLIBS = $(shell pkg-config --libs libdrm x11 xrandr) -lm
# All sources
SOURCES=demo.c
# All executables to be cleaned
-EXECUTABLES=demo
+EXECUTABLES=cmdemo
demo: prebuild $(SOURCES)
$(CC) $(CFLAGS) $(LDFLAGS) $(SOURCES) $(LDLIBS) -o $(EXECUTABLES)
diff --git a/help.txt b/help.txt
index 8fbb702..62583a7 100644
--- a/help.txt
+++ b/help.txt
@@ -1,7 +1,7 @@
-Usage: demo -o OUTPUT_NAME [-d DEGAMMA_OPTS] [-c CTM_OPTS] [-r REGAMMA_OPTS] [-h]
+Usage: cmdemo -o OUTPUT_NAME [-d DEGAMMA_OPTS] [-c CTM_OPTS] [-r REGAMMA_OPTS] [-h]
Demo app for setting non-legacy color management via libXrandr. Note that this
-requires updates to the amdpgu DDX driver for color management support.
+requires color management support from the amdgpu DDX driver.
Mandatory arguments: