update forgotten srcdir AnyEvent-I3 reference, remove xmacro files
Both oversights in the previous commits.
This commit is contained in:
parent
7a4354f42a
commit
ddebce8a7f
@ -1,6 +0,0 @@
|
||||
xmacro(_NET_WM_NAME)
|
||||
xmacro(_NET_WM_WINDOW_TYPE)
|
||||
xmacro(_NET_WM_WINDOW_TYPE_DIALOG)
|
||||
xmacro(ATOM)
|
||||
xmacro(CARDINAL)
|
||||
xmacro(UTF8_STRING)
|
@ -1,6 +0,0 @@
|
||||
xmacro(_NET_WM_WINDOW_TYPE)
|
||||
xmacro(_NET_WM_WINDOW_TYPE_DOCK)
|
||||
xmacro(_NET_WM_STRUT_PARTIAL)
|
||||
xmacro(I3_SOCKET_PATH)
|
||||
xmacro(ATOM)
|
||||
xmacro(CARDINAL)
|
@ -7,7 +7,7 @@ use Test::Builder;
|
||||
use X11::XCB::Rect;
|
||||
use X11::XCB::Window;
|
||||
use X11::XCB qw(:all);
|
||||
use lib qw(@abs_top_srcdir@/AnyEvent-I3/blib/lib);
|
||||
use lib qw(@abs_top_builddir@/AnyEvent-I3/blib/lib);
|
||||
use AnyEvent::I3;
|
||||
use List::Util qw(first);
|
||||
use Time::HiRes qw(sleep);
|
||||
|
@ -7,7 +7,7 @@ use v5.10;
|
||||
|
||||
use Test::More;
|
||||
use i3test::Util qw(get_socket_path);
|
||||
use lib qw(@abs_top_srcdir@/AnyEvent-I3/blib/lib);
|
||||
use lib qw(@abs_top_builddir@/AnyEvent-I3/blib/lib);
|
||||
use AnyEvent::I3;
|
||||
use ExtUtils::PkgConfig;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user