summaryrefslogtreecommitdiff
path: root/postprocess/packcomponents
diff options
context:
space:
mode:
authorEike Rathke <erack@apache.org>2011-09-04 15:45:29 +0000
committerEike Rathke <erack@apache.org>2011-09-04 15:45:29 +0000
commitad187fed908bc180a38aa25e58948bd0f488a256 (patch)
treea9e97278a7c25576fd6b10ccd90ebc3727d2ddff /postprocess/packcomponents
parentdf0baea4a2cba5dd396b59cbb4bc1d0e8a8187c2 (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.mk2
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