Skip to content

Commit

Permalink
Oops, make sure we use the C bb on all the eInk devices... (#1047)
Browse files Browse the repository at this point in the history
* Oops, make sure we use the C bb on all the eInk devices...

Namely, ship it on reMarkable, Cervantes & PB (where it's still blacklisted anyway).
  • Loading branch information
NiLuJe committed Feb 15, 2020
1 parent 019aa33 commit e7e8a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ $(OUTPUT_DIR)/data:

libs: \
$(if $(or $(SDL),$(ANDROID)),,$(OUTPUT_DIR)/libs/libkoreader-input.so) \
$(if $(or $(SDL),$(ANDROID),$(KINDLE),$(KOBO),$(POCKETBOOK)),$(OUTPUT_DIR)/libs/libblitbuffer.so,) \
$(if $(or $(SDL),$(ANDROID),$(CERVANTES),$(KINDLE),$(KOBO),$(POCKETBOOK),$(REMARKABLE),$(SONY_PRSTUX)),$(OUTPUT_DIR)/libs/libblitbuffer.so,) \
$(if $(APPIMAGE),$(OUTPUT_DIR)/libs/libXss.so.1,) \
$(OUTPUT_DIR)/libs/libkoreader-lfs.so \
$(OUTPUT_DIR)/libs/libkoreader-djvu.so \
Expand Down

0 comments on commit e7e8a03

Please sign in to comment.