From 59902bb3ec30c6e256e31a9c295139b6acd75ddf Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 18 Jun 2014 00:16:30 +0200 Subject: gcc is required MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- DEPENDENCIES | 4 ++-- Makefile | 2 ++ TODO | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/DEPENDENCIES b/DEPENDENCIES index 445852e..51b0281 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -23,7 +23,7 @@ BUILD DEPENDENCIES: grep sed coreutils - c99 + gcc general-preprocessor (gpp) python3 texinfo Optional: for info, pdf, ps and dvi manuals @@ -46,7 +46,7 @@ DEPENDENCIES SOURCES: grep https://www.gnu.org/software/grep sed https://www.gnu.org/software/sed coreutils https://www.gnu.org/software/coreutils - c99 https://gcc.gnu.org + gcc https://gcc.gnu.org general-preprocessor (gpp) https://github.com/maandree/gpp python3 https://www.python.org/ texinfo https://www.gnu.org/software/texinfo/ diff --git a/Makefile b/Makefile index d635b18..f65940d 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,8 @@ PKGNAME ?= libgamma # General-preprocess command. (https://github.com/maandree/gpp) GPP ?= gpp +CC = gcc + # Enabled warnings. WARN = -Wall -Wextra -pedantic -Wdouble-promotion -Wformat=2 -Winit-self \ diff --git a/TODO b/TODO index b69935f..44fc147 100644 --- a/TODO +++ b/TODO @@ -13,3 +13,6 @@ Unsupported display servers: Wayland I do not think Wayland have gamma ramp support Mir I do not think Mir have gamma ramp support + +c99 sould be sufficient + -- cgit v1.2.3-70-g09d2