OSDN Git Service

BoardConfig.mk: enable 3D hardware acceleration
authorChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 9 Dec 2010 10:03:21 +0000 (18:03 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 9 Dec 2010 10:03:21 +0000 (18:03 +0800)
The new parameter BOARD_USES_I915C enable the 3D hardware acceleration
implemented by mesa and drm libraries.

BoardConfig.mk

index aebd8a4..ee2be86 100644 (file)
@@ -1,6 +1,6 @@
 TARGET_HAS_THIRD_PARTY_APPS := true
 BOARD_WPA_SUPPLICANT_DRIVER := AWEXT
 BOARD_USES_TSLIB := true
-BOARD_USES_I915 := true
+BOARD_USES_I915C := true
 
 include $(GENERIC_X86_CONFIG_MK)