diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-05-03 19:10:21 +0200 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-05-03 19:10:21 +0200 |
commit | 39598b24660af16fcf7eef28ee39885315198282 (patch) | |
tree | e9d4d9868262e8091868217fea7a3df7dca4506a | |
parent | 016bb5b91923faec61170a95cbea96d07cb147cb (diff) | |
download | vendor_replicant-39598b24660af16fcf7eef28ee39885315198282.zip vendor_replicant-39598b24660af16fcf7eef28ee39885315198282.tar.gz vendor_replicant-39598b24660af16fcf7eef28ee39885315198282.tar.bz2 |
Include live wallpapers only when USE_OPENGL_RENDERER is enabled
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rw-r--r-- | config/common_full.mk | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/config/common_full.mk b/config/common_full.mk index 1e07256..cf48562 100644 --- a/config/common_full.mk +++ b/config/common_full.mk @@ -8,15 +8,9 @@ PRODUCT_PACKAGES += \ Galaxy4 \ HoloSpiralWallpaper \ LiveWallpapers \ - MagicSmokeWallpapers -endif - -PRODUCT_PACKAGES += \ + MagicSmokeWallpapers \ NoiseField \ PhaseBeam \ PhotoTable \ PhotoPhase - -# Themes -PRODUCT_PACKAGES += \ - HexoLibre +endif |