Explorar el Código

small fix on cmakedefine of bitmap resolution

Ioannis Koutras hace 12 años
padre
commit
4e6e3b60f8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dmm_config.h.in

+ 1 - 1
dmm_config.h.in

@@ -41,7 +41,7 @@
 #ifdef BITMAP_RB_ONLY
 
 /** How many bytes per cell should be used */
-#cmakedefine BITMAP_RESOLUTION
+#cmakedefine BITMAP_RESOLUTION @BITMAP_RESOLUTION@
 
 #endif /* BITMAP_RB_ONLY */