Skip to content

Commit

Permalink
Restore the noblur library for use with Firefox
Browse files Browse the repository at this point in the history
Apparently it's still needed.
  • Loading branch information
shs96c committed Feb 22, 2017
1 parent 5e1e963 commit 6889cd7
Show file tree
Hide file tree
Showing 19 changed files with 1,732 additions and 13 deletions.
10 changes: 10 additions & 0 deletions cpp/build.desc
@@ -0,0 +1,10 @@
gcc_library(name = "noblur",
srcs = [ "linux-specific/*.c" ],
args = "-I/usr/include",
arch = "i386")

gcc_library(name = "noblur64",
srcs = [ "linux-specific/*.c" ],
args = "-I/usr/include",
arch = "amd64")

0 comments on commit 6889cd7

Please sign in to comment.