diff options
author | Eike Rathke <erack@apache.org> | 2011-09-04 15:45:29 +0000 |
---|---|---|
committer | Eike Rathke <erack@apache.org> | 2011-09-04 15:45:29 +0000 |
commit | ad187fed908bc180a38aa25e58948bd0f488a256 (patch) | |
tree | a9e97278a7c25576fd6b10ccd90ebc3727d2ddff /postprocess/packcomponents | |
parent | df0baea4a2cba5dd396b59cbb4bc1d0e8a8187c2 (diff) |
ENABLE_OPENGL instead of ENABLE_OGL
Patch by: Ariel Constenla-Haile <ariel.constenla.haile@googlemail.com>
Diffstat (limited to 'postprocess/packcomponents')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index e70b5d4f8246..628e325f75c4 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -247,7 +247,7 @@ my_components += kdebe1 my_components += kde4be1 .END -.IF "$(ENABLE_OGL)" == "TRUE" +.IF "$(ENABLE_OPENGL)" == "TRUE" my_components += ogltrans .END |