Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
update forgotten srcdir AnyEvent-I3 reference, remove xmacro files
Browse files Browse the repository at this point in the history
Both oversights in the previous commits.
  • Loading branch information
stapelberg committed May 18, 2020
1 parent 7a4354f commit ddebce8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
6 changes: 0 additions & 6 deletions i3-config-wizard/atoms.xmacro

This file was deleted.

6 changes: 0 additions & 6 deletions i3-nagbar/atoms.xmacro

This file was deleted.

2 changes: 1 addition & 1 deletion testcases/lib/i3test.pm.in
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion testcases/lib/i3test/XTEST.pm
Expand Up @@ -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;

Expand Down

0 comments on commit ddebce8

Please sign in to comment.