build: add libxtst, libpng, tesseract, and leptonica dependencies to Makefile for screenshot and ocr support
This commit is contained in:
+2
-1
@@ -19,7 +19,7 @@ build/client.o: src/client.c include/client.h include/dwn.h \
|
||||
/usr/include/dbus-1.0/dbus/dbus-signature.h \
|
||||
/usr/include/dbus-1.0/dbus/dbus-syntax.h \
|
||||
/usr/include/dbus-1.0/dbus/dbus-threads.h include/layout.h \
|
||||
include/panel.h
|
||||
include/panel.h include/api.h
|
||||
include/client.h:
|
||||
include/dwn.h:
|
||||
include/atoms.h:
|
||||
@@ -48,3 +48,4 @@ include/notifications.h:
|
||||
/usr/include/dbus-1.0/dbus/dbus-threads.h:
|
||||
include/layout.h:
|
||||
include/panel.h:
|
||||
include/api.h:
|
||||
|
||||
Binary file not shown.
+2
-1
@@ -19,7 +19,7 @@ build/keys.o: src/keys.c include/keys.h include/dwn.h include/client.h \
|
||||
/usr/include/dbus-1.0/dbus/dbus-syntax.h \
|
||||
/usr/include/dbus-1.0/dbus/dbus-threads.h include/news.h \
|
||||
include/applauncher.h include/decorations.h include/demo.h \
|
||||
include/layout.h
|
||||
include/layout.h include/api.h
|
||||
include/keys.h:
|
||||
include/dwn.h:
|
||||
include/client.h:
|
||||
@@ -51,3 +51,4 @@ include/applauncher.h:
|
||||
include/decorations.h:
|
||||
include/demo.h:
|
||||
include/layout.h:
|
||||
include/api.h:
|
||||
|
||||
Binary file not shown.
+4
-1
@@ -20,7 +20,8 @@ build/main.o: src/main.c include/dwn.h include/config.h include/dwn.h \
|
||||
/usr/include/dbus-1.0/dbus/dbus-syntax.h \
|
||||
/usr/include/dbus-1.0/dbus/dbus-threads.h include/systray.h \
|
||||
include/news.h include/applauncher.h include/ai.h include/autostart.h \
|
||||
include/services.h include/api.h include/demo.h include/util.h
|
||||
include/services.h include/api.h include/demo.h include/screenshot.h \
|
||||
include/ocr.h include/util.h
|
||||
include/dwn.h:
|
||||
include/config.h:
|
||||
include/dwn.h:
|
||||
@@ -58,4 +59,6 @@ include/autostart.h:
|
||||
include/services.h:
|
||||
include/api.h:
|
||||
include/demo.h:
|
||||
include/screenshot.h:
|
||||
include/ocr.h:
|
||||
include/util.h:
|
||||
|
||||
Binary file not shown.
@@ -17,7 +17,7 @@ build/notifications.o: src/notifications.c include/notifications.h \
|
||||
/usr/include/dbus-1.0/dbus/dbus-signature.h \
|
||||
/usr/include/dbus-1.0/dbus/dbus-syntax.h \
|
||||
/usr/include/dbus-1.0/dbus/dbus-threads.h include/config.h \
|
||||
include/util.h
|
||||
include/util.h include/api.h
|
||||
include/notifications.h:
|
||||
include/dwn.h:
|
||||
/usr/include/dbus-1.0/dbus/dbus.h:
|
||||
@@ -40,3 +40,4 @@ include/dwn.h:
|
||||
/usr/include/dbus-1.0/dbus/dbus-threads.h:
|
||||
include/config.h:
|
||||
include/util.h:
|
||||
include/api.h:
|
||||
|
||||
Binary file not shown.
+2
-1
@@ -1,6 +1,6 @@
|
||||
build/workspace.o: src/workspace.c include/workspace.h include/dwn.h \
|
||||
include/client.h include/layout.h include/atoms.h include/util.h \
|
||||
include/config.h include/panel.h
|
||||
include/config.h include/panel.h include/api.h
|
||||
include/workspace.h:
|
||||
include/dwn.h:
|
||||
include/client.h:
|
||||
@@ -9,3 +9,4 @@ include/atoms.h:
|
||||
include/util.h:
|
||||
include/config.h:
|
||||
include/panel.h:
|
||||
include/api.h:
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user