diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-22 00:36:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-22 00:36:14 +0200 |
commit | 904a592ff51ff40afd2a96fb492e47f3628d94a9 (patch) | |
tree | 9f360d427950eeafdf29d5d136719c621a365ca5 /configure | |
parent | misc awesomeness (diff) | |
download | libgamma-904a592ff51ff40afd2a96fb492e47f3628d94a9.tar.gz libgamma-904a592ff51ff40afd2a96fb492e47f3628d94a9.tar.bz2 libgamma-904a592ff51ff40afd2a96fb492e47f3628d94a9.tar.xz |
do ramp translations in the façade
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -139,7 +139,7 @@ if [ ${enable_quartz} = 1 ]; then fi if [ ${fake_w32gdi} = 1 ]; then echo 'LIBOBJ += fake-w32-gdi' >&3 - echo 'DEFINITIONS += -FAKE_GAMMA_METHOD_W32_GDI' >&3 + echo 'DEFINITIONS += -DFAKE_GAMMA_METHOD_W32_GDI' >&3 echo '#define FAKE_GAMMA_METHOD_W32_GDI' >&4 if [ ${enable_randr} = 1 ]; then have_w32gdi='Yes, fake via the RandR protocol for X' @@ -149,7 +149,7 @@ if [ ${fake_w32gdi} = 1 ]; then fi if [ ${fake_quartz} = 1 ]; then echo 'LIBOBJ += fake-quartz-cg' >&3 - echo 'DEFINITIONS += -FAKE_GAMMA_METHOD_QUARTZ_CORE_GRAPHICS' >&3 + echo 'DEFINITIONS += -DFAKE_GAMMA_METHOD_QUARTZ_CORE_GRAPHICS' >&3 echo '#define FAKE_GAMMA_METHOD_QUARTZ_CORE_GRAPHICS' >&4 if [ ${enable_randr} = 1 ]; then have_quartz='Yes, fake via the RandR protocol for X' |