tweak: enable all plugins.
This commit is contained in:
parent
33e4d0cdd1
commit
2db650d7cc
4
build.sh
4
build.sh
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
CC=clang
|
CC=clang
|
||||||
SRC=rose.c
|
SRC=rose.c
|
||||||
# REQS=./plugins/*/*.c
|
REQS=./plugins/*/*.c
|
||||||
REQS=./plugins/stand_in/stand_in.c
|
# REQS=./plugins/stand_in/stand_in.c
|
||||||
DEPS='webkit2gtk-4.0'
|
DEPS='webkit2gtk-4.0'
|
||||||
|
|
||||||
INCS=`pkg-config --cflags ${DEPS}`
|
INCS=`pkg-config --cflags ${DEPS}`
|
||||||
|
|
8
rose.c
8
rose.c
|
@ -15,11 +15,11 @@
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
// #include "plugins/libre_redirect/libre_redirect.h"
|
#include "plugins/libre_redirect/libre_redirect.h"
|
||||||
// #include "plugins/readability/readability.h"
|
#include "plugins/readability/readability.h"
|
||||||
// #include "plugins/style/style.h"
|
#include "plugins/style/style.h"
|
||||||
|
|
||||||
#include "plugins/stand_in/stand_in.h"
|
// #include "plugins/stand_in/stand_in.h"
|
||||||
|
|
||||||
int LIBRE_REDIRECT_ENABLED = false;
|
int LIBRE_REDIRECT_ENABLED = false;
|
||||||
int READABILITY_ENABLED = false;
|
int READABILITY_ENABLED = false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user