From 6ff843e65e5a0459f8da693d65ea7ff5df845f33 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 24 Jun 2008 20:28:57 +0200 Subject: [PATCH] doc: fix README with cmake and -DWITH_ switches Signed-off-by: Julien Danjou --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 2ad9d6a5..46925d94 100644 --- a/README +++ b/README @@ -11,8 +11,8 @@ In order to build awesome itself, you need header files and libs of: - pango and pangocairo - libev - glib - - GdkPixBuf or Imlib2 (use --with-imlib2 with ./configure) - - dbus (optional, use --with-dbus=no with ./configure to disable) + - GdkPixBuf or Imlib2 (use -DWITH_IMLIB2=1 with cmake) + - dbus (optional, use -DWITH_DBUS=0 with cmake to disable) - gperf In order to build the awesome man pages and documentation,