kopia lustrzana https://gitlab.com/sane-project/backends
Remove X11 dependency.
rodzic
d9e618f5ce
commit
7f1f08b1cc
|
@ -82,8 +82,6 @@
|
|||
#include "sane/sanei.h"
|
||||
#include "sane/saneopts.h"
|
||||
|
||||
#include <X11/Intrinsic.h>
|
||||
|
||||
#include "v4l-grab.h"
|
||||
#if what_is_this
|
||||
# include "colorspace.h"
|
||||
|
@ -94,6 +92,9 @@
|
|||
|
||||
#define SYNC_TIMEOUT 1
|
||||
|
||||
#define TRUE 1
|
||||
#define FALSE 0
|
||||
|
||||
#include "v4l.h"
|
||||
|
||||
#define BACKEND_NAME v4l
|
||||
|
|
Ładowanie…
Reference in New Issue