Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

Fix cmake compilation error in Ubuntu 18.04 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ CMakeCache.txt
libmiracle-shared.a
install_manifest.txt
.vimrc
build
2 changes: 1 addition & 1 deletion res/dispctl.vala
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ int main(string[]? argv)


Application app = new DispCtl();
app.set_default();
app.set_default(app);

Sigint.add_watch((app as DispCtl).stop_wireless_display);

Expand Down